Shades of Fog #D8CFEB
Tints of Fog #D8CFEB
RGB
CMYK
RGB Variations
Color information
#D8CFEB (or 0xD8CFEB) is known color: Fog. HEX triplet: D8, CF and EB. RGB value is (216,207,235). Sum of RGB (Red+Green+Blue) = 216+207+235=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFEB is #273014. Grayscale: #D4D4D4. Windows color (decimal): -2568213 or 15454168. OLE color: 15454168.
HSL color Cylindrical-coordinate representation of color #D8CFEB: hue angle of 259.29º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CFEB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 207 | 235 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.08 |
| HSL | 259.29º | 0.41% | 0.87% | - |
| HSV(B) | 259.29º | 0.12% | 0.92% | - |
| XYZ | 65.63 | 65.22 | 87.73 | - |
| YUV | 212.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 235 | 0.08 | 0.12 | 0 | 0.08 | 259.29 | 0.41 | 0.87 |
| Hex | D8 | CF | EB | 8 | C | 0 | 8 | 103 | 29 | 57 |
| Octal | 330 | 317 | 353 | 10 | 14 | 0 | 10 | 403 | 51 | 127 |
| Binary | 11011000 | 11001111 | 11101011 | 1000 | 1100 | 0 | 1000 | 100000011 | 101001 | 1010111 |
Color Harmonies of #D8CFEB
Complementary color
Monochromatic Colors of #D8CFEB
Black with #D8CFEB
Text Example
Text Example
White with #D8CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFEB; }
p { color: rgb(216,207,235); }
H1.HeaderClassName
{
color: #D8CFEB;
}
.AnyTagClassName
{
color: #D8CFEB;
}
</style>
background-color css
<style>
a { background-color: #D8CFEB; }
a { background-color: rgb(216,207,235); }
div.DivClassName
{
background-color: #D8CFEB;
}
.BgClassName
{
background-color: #D8CFEB;
}
</style>
border-color css
<style>
span { border-color: #D8CFEB; }
span { border-color: rgb(216,207,235); }
td.TdClassName
{
border-color: #D8CFEB;
}
.TagClassName
{
border-color: #D8CFEB;
}
</style>