Shades of Fog #D6CEE5
Tints of Fog #D6CEE5
RGB
CMYK
RGB Variations
Color information
#D6CEE5 (or 0xD6CEE5) is known color: Fog. HEX triplet: D6, CE and E5. RGB value is (214,206,229). Sum of RGB (Red+Green+Blue) = 214+206+229=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEE5 is #29311A. Grayscale: #D2D2D2. Windows color (decimal): -2699547 or 15060694. OLE color: 15060694.
HSL color Cylindrical-coordinate representation of color #D6CEE5: hue angle of 260.87º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CEE5 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 206 | 229 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.10 |
| HSL | 260.87º | 0.31% | 0.85% | - |
| HSV(B) | 260.87º | 0.1% | 0.9% | - |
| XYZ | 63.95 | 64.1 | 83.13 | - |
| YUV | 211.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 229 | 0.07 | 0.10 | 0 | 0.10 | 260.87 | 0.31 | 0.85 |
| Hex | D6 | CE | E5 | 7 | A | 0 | A | 105 | 1F | 55 |
| Octal | 326 | 316 | 345 | 7 | 12 | 0 | 12 | 405 | 37 | 125 |
| Binary | 11010110 | 11001110 | 11100101 | 111 | 1010 | 0 | 1010 | 100000101 | 11111 | 1010101 |
Color Harmonies of #D6CEE5
Complementary color
Monochromatic Colors of #D6CEE5
Black with #D6CEE5
Text Example
Text Example
White with #D6CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEE5; }
p { color: rgb(214,206,229); }
H1.HeaderClassName
{
color: #D6CEE5;
}
.AnyTagClassName
{
color: #D6CEE5;
}
</style>
background-color css
<style>
a { background-color: #D6CEE5; }
a { background-color: rgb(214,206,229); }
div.DivClassName
{
background-color: #D6CEE5;
}
.BgClassName
{
background-color: #D6CEE5;
}
</style>
border-color css
<style>
span { border-color: #D6CEE5; }
span { border-color: rgb(214,206,229); }
td.TdClassName
{
border-color: #D6CEE5;
}
.TagClassName
{
border-color: #D6CEE5;
}
</style>