Shades of Fog #D6C8E5
Tints of Fog #D6C8E5
RGB
CMYK
RGB Variations
Color information
#D6C8E5 (or 0xD6C8E5) is known color: Fog. HEX triplet: D6, C8 and E5. RGB value is (214,200,229). Sum of RGB (Red+Green+Blue) = 214+200+229=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8E5 is #29371A. Grayscale: #CFCFCF. Windows color (decimal): -2701083 or 15059158. OLE color: 15059158.
HSL color Cylindrical-coordinate representation of color #D6C8E5: hue angle of 268.97º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C8E5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 200 | 229 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.10 |
| HSL | 268.97º | 0.36% | 0.84% | - |
| HSV(B) | 268.97º | 0.13% | 0.9% | - |
| XYZ | 62.53 | 61.26 | 82.66 | - |
| YUV | 207.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 229 | 0.07 | 0.13 | 0 | 0.10 | 268.97 | 0.36 | 0.84 |
| Hex | D6 | C8 | E5 | 7 | D | 0 | A | 10D | 24 | 54 |
| Octal | 326 | 310 | 345 | 7 | 15 | 0 | 12 | 415 | 44 | 124 |
| Binary | 11010110 | 11001000 | 11100101 | 111 | 1101 | 0 | 1010 | 100001101 | 100100 | 1010100 |
Color Harmonies of #D6C8E5
Complementary color
Monochromatic Colors of #D6C8E5
Black with #D6C8E5
Text Example
Text Example
White with #D6C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8E5; }
p { color: rgb(214,200,229); }
H1.HeaderClassName
{
color: #D6C8E5;
}
.AnyTagClassName
{
color: #D6C8E5;
}
</style>
background-color css
<style>
a { background-color: #D6C8E5; }
a { background-color: rgb(214,200,229); }
div.DivClassName
{
background-color: #D6C8E5;
}
.BgClassName
{
background-color: #D6C8E5;
}
</style>
border-color css
<style>
span { border-color: #D6C8E5; }
span { border-color: rgb(214,200,229); }
td.TdClassName
{
border-color: #D6C8E5;
}
.TagClassName
{
border-color: #D6C8E5;
}
</style>