Shades of Fog #D6CCE8
Tints of Fog #D6CCE8
RGB
CMYK
RGB Variations
Color information
#D6CCE8 (or 0xD6CCE8) is known color: Fog. HEX triplet: D6, CC and E8. RGB value is (214,204,232). Sum of RGB (Red+Green+Blue) = 214+204+232=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCE8 is #293317. Grayscale: #D2D2D2. Windows color (decimal): -2700056 or 15256790. OLE color: 15256790.
HSL color Cylindrical-coordinate representation of color #D6CCE8: hue angle of 261.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CCE8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 204 | 232 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.09 |
| HSL | 261.43º | 0.38% | 0.85% | - |
| HSV(B) | 261.43º | 0.12% | 0.91% | - |
| XYZ | 63.89 | 63.31 | 85.2 | - |
| YUV | 210.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 232 | 0.08 | 0.12 | 0 | 0.09 | 261.43 | 0.38 | 0.85 |
| Hex | D6 | CC | E8 | 8 | C | 0 | 9 | 105 | 26 | 55 |
| Octal | 326 | 314 | 350 | 10 | 14 | 0 | 11 | 405 | 46 | 125 |
| Binary | 11010110 | 11001100 | 11101000 | 1000 | 1100 | 0 | 1001 | 100000101 | 100110 | 1010101 |
Color Harmonies of #D6CCE8
Complementary color
Monochromatic Colors of #D6CCE8
Black with #D6CCE8
Text Example
Text Example
White with #D6CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCE8; }
p { color: rgb(214,204,232); }
H1.HeaderClassName
{
color: #D6CCE8;
}
.AnyTagClassName
{
color: #D6CCE8;
}
</style>
background-color css
<style>
a { background-color: #D6CCE8; }
a { background-color: rgb(214,204,232); }
div.DivClassName
{
background-color: #D6CCE8;
}
.BgClassName
{
background-color: #D6CCE8;
}
</style>
border-color css
<style>
span { border-color: #D6CCE8; }
span { border-color: rgb(214,204,232); }
td.TdClassName
{
border-color: #D6CCE8;
}
.TagClassName
{
border-color: #D6CCE8;
}
</style>