Shades of Fog #D6CEE2
Tints of Fog #D6CEE2
RGB
CMYK
RGB Variations
Color information
#D6CEE2 (or 0xD6CEE2) is known color: Fog. HEX triplet: D6, CE and E2. RGB value is (214,206,226). Sum of RGB (Red+Green+Blue) = 214+206+226=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEE2 is #29311D. Grayscale: #D2D2D2. Windows color (decimal): -2699550 or 14864086. OLE color: 14864086.
HSL color Cylindrical-coordinate representation of color #D6CEE2: hue angle of 264º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CEE2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 214 | 206 | 226 | - |
CMYK | 0.05 | 0.09 | 0 | 0.11 |
HSL | 264º | 0.26% | 0.85% | - |
HSV(B) | 264º | 0.09% | 0.89% | - |
XYZ | 63.53 | 63.93 | 80.94 | - |
YUV | 210.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 206 | 226 | 0.05 | 0.09 | 0 | 0.11 | 264 | 0.26 | 0.85 |
Hex | D6 | CE | E2 | 5 | 9 | 0 | B | 108 | 1A | 55 |
Octal | 326 | 316 | 342 | 5 | 11 | 0 | 13 | 410 | 32 | 125 |
Binary | 11010110 | 11001110 | 11100010 | 101 | 1001 | 0 | 1011 | 100001000 | 11010 | 1010101 |
Color Harmonies of #D6CEE2
Complementary color
Monochromatic Colors of #D6CEE2
Black with #D6CEE2
Text Example
Text Example
White with #D6CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEE2; }
p { color: rgb(214,206,226); }
H1.HeaderClassName
{
color: #D6CEE2;
}
.AnyTagClassName
{
color: #D6CEE2;
}
</style>
background-color css
<style>
a { background-color: #D6CEE2; }
a { background-color: rgb(214,206,226); }
div.DivClassName
{
background-color: #D6CEE2;
}
.BgClassName
{
background-color: #D6CEE2;
}
</style>
border-color css
<style>
span { border-color: #D6CEE2; }
span { border-color: rgb(214,206,226); }
td.TdClassName
{
border-color: #D6CEE2;
}
.TagClassName
{
border-color: #D6CEE2;
}
</style>