Shades of Fog #D6CAE6
Tints of Fog #D6CAE6
RGB
CMYK
RGB Variations
Color information
#D6CAE6 (or 0xD6CAE6) is known color: Fog. HEX triplet: D6, CA and E6. RGB value is (214,202,230). Sum of RGB (Red+Green+Blue) = 214+202+230=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAE6 is #293519. Grayscale: #D0D0D0. Windows color (decimal): -2700570 or 15125206. OLE color: 15125206.
HSL color Cylindrical-coordinate representation of color #D6CAE6: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CAE6 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 202 | 230 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.10 |
| HSL | 265.71º | 0.36% | 0.85% | - |
| HSV(B) | 265.71º | 0.12% | 0.9% | - |
| XYZ | 63.14 | 62.25 | 83.55 | - |
| YUV | 208.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 230 | 0.07 | 0.12 | 0 | 0.10 | 265.71 | 0.36 | 0.85 |
| Hex | D6 | CA | E6 | 7 | C | 0 | A | 10A | 24 | 55 |
| Octal | 326 | 312 | 346 | 7 | 14 | 0 | 12 | 412 | 44 | 125 |
| Binary | 11010110 | 11001010 | 11100110 | 111 | 1100 | 0 | 1010 | 100001010 | 100100 | 1010101 |
Color Harmonies of #D6CAE6
Complementary color
Monochromatic Colors of #D6CAE6
Black with #D6CAE6
Text Example
Text Example
White with #D6CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAE6; }
p { color: rgb(214,202,230); }
H1.HeaderClassName
{
color: #D6CAE6;
}
.AnyTagClassName
{
color: #D6CAE6;
}
</style>
background-color css
<style>
a { background-color: #D6CAE6; }
a { background-color: rgb(214,202,230); }
div.DivClassName
{
background-color: #D6CAE6;
}
.BgClassName
{
background-color: #D6CAE6;
}
</style>
border-color css
<style>
span { border-color: #D6CAE6; }
span { border-color: rgb(214,202,230); }
td.TdClassName
{
border-color: #D6CAE6;
}
.TagClassName
{
border-color: #D6CAE6;
}
</style>