#D4B6EE

Color #D4B6EE Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D4B6EE

Tints of Fog #D4B6EE

Color information

#D4B6EE (or 0xD4B6EE) is unknown color: approx Fog. HEX triplet: D4, B6 and EE. RGB value is (212,182,238). Sum of RGB (Red+Green+Blue) = 212+182+238=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B6EE is #2B4911. Grayscale: #C5C5C5. Windows color (decimal): -2836754 or 15644372. OLE color: 15644372.

HSL color Cylindrical-coordinate representation of color #D4B6EE: hue angle of 272.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B6EE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212182238-
CMYK0.110.2400.07
HSL272.14º62.22%82.35%-
HSV(B)272.14º23.53%93.33%-
XYZ59.3153.6388.11-
YUV197.35150.94138.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 182 (71.48% from 255) = 28.80%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=33.54%
G=28.80%
B=37.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121822380.110.2400.07272.1462.2282.35
HexD4B6EEB18071103e52
Octal32426635613300742076122
Binary11010100101101101110111010111100001111000100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B6EE; }

 p { color: rgb(212,182,238); }

 H1.HeaderClassName
 {
   color: #D4B6EE;
 }
 .AnyTagClassName
 {
   color: #D4B6EE;
 }
</style>
background-color css

<style>
 a { background-color: #D4B6EE; }

 a { background-color: rgb(212,182,238); }

 div.DivClassName
 {
   background-color: #D4B6EE;
 }
 .BgClassName
 {
   background-color: #D4B6EE;
 }
</style>
border-color css

<style>
 span { border-color: #D4B6EE; }

 span { border-color: rgb(212,182,238); }

 td.TdClassName
 {
   border-color: #D4B6EE;
 }
 .TagClassName
 {
   border-color: #D4B6EE;
 }
</style>