#D4CAE4

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

Shades of Fog #D4CAE4

Tints of Fog #D4CAE4

Color information

#D4CAE4 (or 0xD4CAE4) is unknown color: approx Fog. HEX triplet: D4, CA and E4. RGB value is (212,202,228). Sum of RGB (Red+Green+Blue) = 212+202+228=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #D4CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAE4 is #2B351B. Grayscale: #CFCFCF. Windows color (decimal): -2831644 or 14994132. OLE color: 14994132.

HSL color Cylindrical-coordinate representation of color #D4CAE4: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CAE4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212202228-
CMYK0.070.1100.11
HSL263.08º32.5%84.31%-
HSV(B)263.08º11.4%89.41%-
XYZ62.2861.8482.05-
YUV207.95139.31130.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=33.02%
G=31.46%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122022280.070.1100.11263.0832.584.31
HexD4CAE47B0B1072054
Octal32431234471301340740124
Binary1101010011001010111001001111011010111000001111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAE4; }

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

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

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

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

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

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

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

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