Shades of Fog #D6CFEA
Tints of Fog #D6CFEA
RGB
CMYK
RGB Variations
Color information
#D6CFEA (or 0xD6CFEA) is known color: Fog. HEX triplet: D6, CF and EA. RGB value is (214,207,234). Sum of RGB (Red+Green+Blue) = 214+207+234=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFEA is #293015. Grayscale: #D4D4D4. Windows color (decimal): -2699286 or 15388630. OLE color: 15388630.
HSL color Cylindrical-coordinate representation of color #D6CFEA: hue angle of 255.56º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CFEA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 207 | 234 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.08 |
| HSL | 255.56º | 0.39% | 0.86% | - |
| HSV(B) | 255.56º | 0.12% | 0.92% | - |
| XYZ | 64.9 | 64.86 | 86.94 | - |
| YUV | 212.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 234 | 0.09 | 0.12 | 0 | 0.08 | 255.56 | 0.39 | 0.86 |
| Hex | D6 | CF | EA | 9 | C | 0 | 8 | 100 | 27 | 56 |
| Octal | 326 | 317 | 352 | 11 | 14 | 0 | 10 | 400 | 47 | 126 |
| Binary | 11010110 | 11001111 | 11101010 | 1001 | 1100 | 0 | 1000 | 100000000 | 100111 | 1010110 |
Color Harmonies of #D6CFEA
Complementary color
Monochromatic Colors of #D6CFEA
Black with #D6CFEA
Text Example
Text Example
White with #D6CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFEA; }
p { color: rgb(214,207,234); }
H1.HeaderClassName
{
color: #D6CFEA;
}
.AnyTagClassName
{
color: #D6CFEA;
}
</style>
background-color css
<style>
a { background-color: #D6CFEA; }
a { background-color: rgb(214,207,234); }
div.DivClassName
{
background-color: #D6CFEA;
}
.BgClassName
{
background-color: #D6CFEA;
}
</style>
border-color css
<style>
span { border-color: #D6CFEA; }
span { border-color: rgb(214,207,234); }
td.TdClassName
{
border-color: #D6CFEA;
}
.TagClassName
{
border-color: #D6CFEA;
}
</style>