Shades of Fog #D6C0E8
Tints of Fog #D6C0E8
RGB
CMYK
RGB Variations
Color information
#D6C0E8 (or 0xD6C0E8) is known color: Fog. HEX triplet: D6, C0 and E8. RGB value is (214,192,232). Sum of RGB (Red+Green+Blue) = 214+192+232=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6C0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0E8 is #293F17. Grayscale: #CBCBCB. Windows color (decimal): -2703128 or 15253718. OLE color: 15253718.
HSL color Cylindrical-coordinate representation of color #D6C0E8: hue angle of 273º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6C0E8 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 192 | 232 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.09 |
| HSL | 273º | 0.47% | 0.83% | - |
| HSV(B) | 273º | 0.17% | 0.91% | - |
| XYZ | 61.15 | 57.82 | 84.28 | - |
| YUV | 203.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 232 | 0.08 | 0.17 | 0 | 0.09 | 273 | 0.47 | 0.83 |
| Hex | D6 | C0 | E8 | 8 | 11 | 0 | 9 | 111 | 2F | 53 |
| Octal | 326 | 300 | 350 | 10 | 21 | 0 | 11 | 421 | 57 | 123 |
| Binary | 11010110 | 11000000 | 11101000 | 1000 | 10001 | 0 | 1001 | 100010001 | 101111 | 1010011 |
Color Harmonies of #D6C0E8
Complementary color
Monochromatic Colors of #D6C0E8
Black with #D6C0E8
Text Example
Text Example
White with #D6C0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0E8; }
p { color: rgb(214,192,232); }
H1.HeaderClassName
{
color: #D6C0E8;
}
.AnyTagClassName
{
color: #D6C0E8;
}
</style>
background-color css
<style>
a { background-color: #D6C0E8; }
a { background-color: rgb(214,192,232); }
div.DivClassName
{
background-color: #D6C0E8;
}
.BgClassName
{
background-color: #D6C0E8;
}
</style>
border-color css
<style>
span { border-color: #D6C0E8; }
span { border-color: rgb(214,192,232); }
td.TdClassName
{
border-color: #D6C0E8;
}
.TagClassName
{
border-color: #D6C0E8;
}
</style>