Shades of Fog #D8CCEF
Tints of Fog #D8CCEF
RGB
CMYK
RGB Variations
Color information
#D8CCEF (or 0xD8CCEF) is known color: Fog. HEX triplet: D8, CC and EF. RGB value is (216,204,239). Sum of RGB (Red+Green+Blue) = 216+204+239=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCEF is #273310. Grayscale: #D3D3D3. Windows color (decimal): -2568977 or 15715544. OLE color: 15715544.
HSL color Cylindrical-coordinate representation of color #D8CCEF: hue angle of 260.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8CCEF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 204 | 239 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.06 |
| HSL | 260.57º | 0.52% | 0.87% | - |
| HSV(B) | 260.57º | 0.15% | 0.94% | - |
| XYZ | 65.49 | 64.02 | 90.57 | - |
| YUV | 211.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 239 | 0.10 | 0.15 | 0 | 0.06 | 260.57 | 0.52 | 0.87 |
| Hex | D8 | CC | EF | A | F | 0 | 6 | 105 | 34 | 57 |
| Octal | 330 | 314 | 357 | 12 | 17 | 0 | 6 | 405 | 64 | 127 |
| Binary | 11011000 | 11001100 | 11101111 | 1010 | 1111 | 0 | 110 | 100000101 | 110100 | 1010111 |
Color Harmonies of #D8CCEF
Complementary color
Monochromatic Colors of #D8CCEF
Black with #D8CCEF
Text Example
Text Example
White with #D8CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCEF; }
p { color: rgb(216,204,239); }
H1.HeaderClassName
{
color: #D8CCEF;
}
.AnyTagClassName
{
color: #D8CCEF;
}
</style>
background-color css
<style>
a { background-color: #D8CCEF; }
a { background-color: rgb(216,204,239); }
div.DivClassName
{
background-color: #D8CCEF;
}
.BgClassName
{
background-color: #D8CCEF;
}
</style>
border-color css
<style>
span { border-color: #D8CCEF; }
span { border-color: rgb(216,204,239); }
td.TdClassName
{
border-color: #D8CCEF;
}
.TagClassName
{
border-color: #D8CCEF;
}
</style>