Shades of Fog #D6CAE4
Tints of Fog #D6CAE4
RGB
CMYK
RGB Variations
Color information
#D6CAE4 (or 0xD6CAE4) is known color: Fog. HEX triplet: D6, CA and E4. RGB value is (214,202,228). Sum of RGB (Red+Green+Blue) = 214+202+228=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAE4 is #29351B. Grayscale: #D0D0D0. Windows color (decimal): -2700572 or 14994134. OLE color: 14994134.
HSL color Cylindrical-coordinate representation of color #D6CAE4: hue angle of 267.69º 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 #D6CAE4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 202 | 228 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.11 |
| HSL | 267.69º | 0.33% | 0.84% | - |
| HSV(B) | 267.69º | 0.11% | 0.89% | - |
| XYZ | 62.86 | 62.14 | 82.08 | - |
| YUV | 208.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 228 | 0.06 | 0.11 | 0 | 0.11 | 267.69 | 0.33 | 0.84 |
| Hex | D6 | CA | E4 | 6 | B | 0 | B | 10C | 20 | 54 |
| Octal | 326 | 312 | 344 | 6 | 13 | 0 | 13 | 414 | 40 | 124 |
| Binary | 11010110 | 11001010 | 11100100 | 110 | 1011 | 0 | 1011 | 100001100 | 100000 | 1010100 |
Color Harmonies of #D6CAE4
Complementary color
Monochromatic Colors of #D6CAE4
Black with #D6CAE4
Text Example
Text Example
White with #D6CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAE4; }
p { color: rgb(214,202,228); }
H1.HeaderClassName
{
color: #D6CAE4;
}
.AnyTagClassName
{
color: #D6CAE4;
}
</style>
background-color css
<style>
a { background-color: #D6CAE4; }
a { background-color: rgb(214,202,228); }
div.DivClassName
{
background-color: #D6CAE4;
}
.BgClassName
{
background-color: #D6CAE4;
}
</style>
border-color css
<style>
span { border-color: #D6CAE4; }
span { border-color: rgb(214,202,228); }
td.TdClassName
{
border-color: #D6CAE4;
}
.TagClassName
{
border-color: #D6CAE4;
}
</style>