Shades of Fog #D4CAEC
Tints of Fog #D4CAEC
RGB
CMYK
RGB Variations
Color information
#D4CAEC (or 0xD4CAEC) is known color: Fog. HEX triplet: D4, CA and EC. RGB value is (212,202,236). Sum of RGB (Red+Green+Blue) = 212+202+236=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAEC is #2B3513. Grayscale: #D0D0D0. Windows color (decimal): -2831636 or 15518420. OLE color: 15518420.
HSL color Cylindrical-coordinate representation of color #D4CAEC: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CAEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 202 | 236 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.07 |
| HSL | 257.65º | 0.47% | 0.86% | - |
| HSV(B) | 257.65º | 0.14% | 0.93% | - |
| XYZ | 63.41 | 62.29 | 88.04 | - |
| YUV | 208.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 236 | 0.10 | 0.14 | 0 | 0.07 | 257.65 | 0.47 | 0.86 |
| Hex | D4 | CA | EC | A | E | 0 | 7 | 102 | 2F | 56 |
| Octal | 324 | 312 | 354 | 12 | 16 | 0 | 7 | 402 | 57 | 126 |
| Binary | 11010100 | 11001010 | 11101100 | 1010 | 1110 | 0 | 111 | 100000010 | 101111 | 1010110 |
Color Harmonies of #D4CAEC
Complementary color
Monochromatic Colors of #D4CAEC
Black with #D4CAEC
Text Example
Text Example
White with #D4CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAEC; }
p { color: rgb(212,202,236); }
H1.HeaderClassName
{
color: #D4CAEC;
}
.AnyTagClassName
{
color: #D4CAEC;
}
</style>
background-color css
<style>
a { background-color: #D4CAEC; }
a { background-color: rgb(212,202,236); }
div.DivClassName
{
background-color: #D4CAEC;
}
.BgClassName
{
background-color: #D4CAEC;
}
</style>
border-color css
<style>
span { border-color: #D4CAEC; }
span { border-color: rgb(212,202,236); }
td.TdClassName
{
border-color: #D4CAEC;
}
.TagClassName
{
border-color: #D4CAEC;
}
</style>