Shades of Fog #D8CFEA
Tints of Fog #D8CFEA
RGB
CMYK
RGB Variations
Color information
#D8CFEA (or 0xD8CFEA) is known color: Fog. HEX triplet: D8, CF and EA. RGB value is (216,207,234). Sum of RGB (Red+Green+Blue) = 216+207+234=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFEA is #273015. Grayscale: #D4D4D4. Windows color (decimal): -2568214 or 15388632. OLE color: 15388632.
HSL color Cylindrical-coordinate representation of color #D8CFEA: hue angle of 260º 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 #D8CFEA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 207 | 234 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.08 |
| HSL | 260º | 0.39% | 0.86% | - |
| HSV(B) | 260º | 0.12% | 0.92% | - |
| XYZ | 65.48 | 65.17 | 86.97 | - |
| YUV | 212.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 234 | 0.08 | 0.12 | 0 | 0.08 | 260 | 0.39 | 0.86 |
| Hex | D8 | CF | EA | 8 | C | 0 | 8 | 104 | 27 | 56 |
| Octal | 330 | 317 | 352 | 10 | 14 | 0 | 10 | 404 | 47 | 126 |
| Binary | 11011000 | 11001111 | 11101010 | 1000 | 1100 | 0 | 1000 | 100000100 | 100111 | 1010110 |
Color Harmonies of #D8CFEA
Complementary color
Monochromatic Colors of #D8CFEA
Black with #D8CFEA
Text Example
Text Example
White with #D8CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFEA; }
p { color: rgb(216,207,234); }
H1.HeaderClassName
{
color: #D8CFEA;
}
.AnyTagClassName
{
color: #D8CFEA;
}
</style>
background-color css
<style>
a { background-color: #D8CFEA; }
a { background-color: rgb(216,207,234); }
div.DivClassName
{
background-color: #D8CFEA;
}
.BgClassName
{
background-color: #D8CFEA;
}
</style>
border-color css
<style>
span { border-color: #D8CFEA; }
span { border-color: rgb(216,207,234); }
td.TdClassName
{
border-color: #D8CFEA;
}
.TagClassName
{
border-color: #D8CFEA;
}
</style>