Shades of Fog #D6CEDF
Tints of Fog #D6CEDF
RGB
CMYK
RGB Variations
Color information
#D6CEDF (or 0xD6CEDF) is known color: Fog. HEX triplet: D6, CE and DF. RGB value is (214,206,223). Sum of RGB (Red+Green+Blue) = 214+206+223=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEDF is #293120. Grayscale: #D2D2D2. Windows color (decimal): -2699553 or 14667478. OLE color: 14667478.
HSL color Cylindrical-coordinate representation of color #D6CEDF: hue angle of 268.24º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CEDF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 206 | 223 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.13 |
| HSL | 268.24º | 0.21% | 0.84% | - |
| HSV(B) | 268.24º | 0.08% | 0.87% | - |
| XYZ | 63.12 | 63.77 | 78.79 | - |
| YUV | 210.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 223 | 0.04 | 0.08 | 0 | 0.13 | 268.24 | 0.21 | 0.84 |
| Hex | D6 | CE | DF | 4 | 8 | 0 | D | 10C | 15 | 54 |
| Octal | 326 | 316 | 337 | 4 | 10 | 0 | 15 | 414 | 25 | 124 |
| Binary | 11010110 | 11001110 | 11011111 | 100 | 1000 | 0 | 1101 | 100001100 | 10101 | 1010100 |
Color Harmonies of #D6CEDF
Complementary color
Monochromatic Colors of #D6CEDF
Black with #D6CEDF
Text Example
Text Example
White with #D6CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEDF; }
p { color: rgb(214,206,223); }
H1.HeaderClassName
{
color: #D6CEDF;
}
.AnyTagClassName
{
color: #D6CEDF;
}
</style>
background-color css
<style>
a { background-color: #D6CEDF; }
a { background-color: rgb(214,206,223); }
div.DivClassName
{
background-color: #D6CEDF;
}
.BgClassName
{
background-color: #D6CEDF;
}
</style>
border-color css
<style>
span { border-color: #D6CEDF; }
span { border-color: rgb(214,206,223); }
td.TdClassName
{
border-color: #D6CEDF;
}
.TagClassName
{
border-color: #D6CEDF;
}
</style>