Shades of Fog #D6CEDE
Tints of Fog #D6CEDE
RGB
CMYK
RGB Variations
Color information
#D6CEDE (or 0xD6CEDE) is known color: Fog. HEX triplet: D6, CE and DE. RGB value is (214,206,222). Sum of RGB (Red+Green+Blue) = 214+206+222=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEDE is #293121. Grayscale: #D2D2D2. Windows color (decimal): -2699554 or 14601942. OLE color: 14601942.
HSL color Cylindrical-coordinate representation of color #D6CEDE: hue angle of 270º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CEDE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 206 | 222 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.13 |
| HSL | 270º | 0.2% | 0.84% | - |
| HSV(B) | 270º | 0.07% | 0.87% | - |
| XYZ | 62.99 | 63.71 | 78.09 | - |
| YUV | 210.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 222 | 0.04 | 0.07 | 0 | 0.13 | 270 | 0.2 | 0.84 |
| Hex | D6 | CE | DE | 4 | 7 | 0 | D | 10E | 14 | 54 |
| Octal | 326 | 316 | 336 | 4 | 7 | 0 | 15 | 416 | 24 | 124 |
| Binary | 11010110 | 11001110 | 11011110 | 100 | 111 | 0 | 1101 | 100001110 | 10100 | 1010100 |
Color Harmonies of #D6CEDE
Complementary color
Monochromatic Colors of #D6CEDE
Black with #D6CEDE
Text Example
Text Example
White with #D6CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEDE; }
p { color: rgb(214,206,222); }
H1.HeaderClassName
{
color: #D6CEDE;
}
.AnyTagClassName
{
color: #D6CEDE;
}
</style>
background-color css
<style>
a { background-color: #D6CEDE; }
a { background-color: rgb(214,206,222); }
div.DivClassName
{
background-color: #D6CEDE;
}
.BgClassName
{
background-color: #D6CEDE;
}
</style>
border-color css
<style>
span { border-color: #D6CEDE; }
span { border-color: rgb(214,206,222); }
td.TdClassName
{
border-color: #D6CEDE;
}
.TagClassName
{
border-color: #D6CEDE;
}
</style>