Shades of Fog #D8CCEE
Tints of Fog #D8CCEE
RGB
CMYK
RGB Variations
Color information
#D8CCEE (or 0xD8CCEE) is known color: Fog. HEX triplet: D8, CC and EE. RGB value is (216,204,238). Sum of RGB (Red+Green+Blue) = 216+204+238=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCEE is #273311. Grayscale: #D3D3D3. Windows color (decimal): -2568978 or 15650008. OLE color: 15650008.
HSL color Cylindrical-coordinate representation of color #D8CCEE: hue angle of 261.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CCEE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 204 | 238 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.07 |
| HSL | 261.18º | 0.5% | 0.87% | - |
| HSV(B) | 261.18º | 0.14% | 0.93% | - |
| XYZ | 65.34 | 63.96 | 89.79 | - |
| YUV | 211.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 238 | 0.09 | 0.14 | 0 | 0.07 | 261.18 | 0.5 | 0.87 |
| Hex | D8 | CC | EE | 9 | E | 0 | 7 | 105 | 32 | 57 |
| Octal | 330 | 314 | 356 | 11 | 16 | 0 | 7 | 405 | 62 | 127 |
| Binary | 11011000 | 11001100 | 11101110 | 1001 | 1110 | 0 | 111 | 100000101 | 110010 | 1010111 |
Color Harmonies of #D8CCEE
Complementary color
Monochromatic Colors of #D8CCEE
Black with #D8CCEE
Text Example
Text Example
White with #D8CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCEE; }
p { color: rgb(216,204,238); }
H1.HeaderClassName
{
color: #D8CCEE;
}
.AnyTagClassName
{
color: #D8CCEE;
}
</style>
background-color css
<style>
a { background-color: #D8CCEE; }
a { background-color: rgb(216,204,238); }
div.DivClassName
{
background-color: #D8CCEE;
}
.BgClassName
{
background-color: #D8CCEE;
}
</style>
border-color css
<style>
span { border-color: #D8CCEE; }
span { border-color: rgb(216,204,238); }
td.TdClassName
{
border-color: #D8CCEE;
}
.TagClassName
{
border-color: #D8CCEE;
}
</style>