#D4CAE8

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

Shades of Fog #D4CAE8

Tints of Fog #D4CAE8

Color information

#D4CAE8 (or 0xD4CAE8) is unknown color: approx Fog. HEX triplet: D4, CA and E8. RGB value is (212,202,232). Sum of RGB (Red+Green+Blue) = 212+202+232=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAE8 is #2B3517. Grayscale: #D0D0D0. Windows color (decimal): -2831640 or 15256276. OLE color: 15256276.

HSL color Cylindrical-coordinate representation of color #D4CAE8: hue angle of 260º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CAE8 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212202232-
CMYK0.090.1300.09
HSL260º39.47%85.1%-
HSV(B)260º12.93%90.98%-
XYZ62.8462.0685.01-
YUV208.41141.31130.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=32.82%
G=31.27%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122022320.090.1300.0926039.4785.1
HexD4CAE89D091042755
Octal324312350111501140447125
Binary11010100110010101110100010011101010011000001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAE8; }

 p { color: rgb(212,202,232); }

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

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

 a { background-color: rgb(212,202,232); }

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

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

 span { border-color: rgb(212,202,232); }

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