Shades of Fog #D8CCEA
Tints of Fog #D8CCEA
RGB
CMYK
RGB Variations
Color information
#D8CCEA (or 0xD8CCEA) is known color: Fog. HEX triplet: D8, CC and EA. RGB value is (216,204,234). Sum of RGB (Red+Green+Blue) = 216+204+234=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCEA is #273315. Grayscale: #D2D2D2. Windows color (decimal): -2568982 or 15387864. OLE color: 15387864.
HSL color Cylindrical-coordinate representation of color #D8CCEA: hue angle of 264º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CCEA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 204 | 234 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.08 |
| HSL | 264º | 0.42% | 0.86% | - |
| HSV(B) | 264º | 0.13% | 0.92% | - |
| XYZ | 64.76 | 63.73 | 86.73 | - |
| YUV | 211.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 234 | 0.08 | 0.13 | 0 | 0.08 | 264 | 0.42 | 0.86 |
| Hex | D8 | CC | EA | 8 | D | 0 | 8 | 108 | 2A | 56 |
| Octal | 330 | 314 | 352 | 10 | 15 | 0 | 10 | 410 | 52 | 126 |
| Binary | 11011000 | 11001100 | 11101010 | 1000 | 1101 | 0 | 1000 | 100001000 | 101010 | 1010110 |
Color Harmonies of #D8CCEA
Complementary color
Monochromatic Colors of #D8CCEA
Black with #D8CCEA
Text Example
Text Example
White with #D8CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCEA; }
p { color: rgb(216,204,234); }
H1.HeaderClassName
{
color: #D8CCEA;
}
.AnyTagClassName
{
color: #D8CCEA;
}
</style>
background-color css
<style>
a { background-color: #D8CCEA; }
a { background-color: rgb(216,204,234); }
div.DivClassName
{
background-color: #D8CCEA;
}
.BgClassName
{
background-color: #D8CCEA;
}
</style>
border-color css
<style>
span { border-color: #D8CCEA; }
span { border-color: rgb(216,204,234); }
td.TdClassName
{
border-color: #D8CCEA;
}
.TagClassName
{
border-color: #D8CCEA;
}
</style>