Shades of Fog #D8CCEC
Tints of Fog #D8CCEC
RGB
CMYK
RGB Variations
Color information
#D8CCEC (or 0xD8CCEC) is known color: Fog. HEX triplet: D8, CC and EC. RGB value is (216,204,236). Sum of RGB (Red+Green+Blue) = 216+204+236=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCEC is #273313. Grayscale: #D3D3D3. Windows color (decimal): -2568980 or 15518936. OLE color: 15518936.
HSL color Cylindrical-coordinate representation of color #D8CCEC: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CCEC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 204 | 236 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 262.5º | 0.46% | 0.86% | - |
| HSV(B) | 262.5º | 0.14% | 0.93% | - |
| XYZ | 65.05 | 63.84 | 88.25 | - |
| YUV | 211.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 236 | 0.08 | 0.14 | 0 | 0.07 | 262.5 | 0.46 | 0.86 |
| Hex | D8 | CC | EC | 8 | E | 0 | 7 | 106 | 2E | 56 |
| Octal | 330 | 314 | 354 | 10 | 16 | 0 | 7 | 406 | 56 | 126 |
| Binary | 11011000 | 11001100 | 11101100 | 1000 | 1110 | 0 | 111 | 100000110 | 101110 | 1010110 |
Color Harmonies of #D8CCEC
Complementary color
Monochromatic Colors of #D8CCEC
Black with #D8CCEC
Text Example
Text Example
White with #D8CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCEC; }
p { color: rgb(216,204,236); }
H1.HeaderClassName
{
color: #D8CCEC;
}
.AnyTagClassName
{
color: #D8CCEC;
}
</style>
background-color css
<style>
a { background-color: #D8CCEC; }
a { background-color: rgb(216,204,236); }
div.DivClassName
{
background-color: #D8CCEC;
}
.BgClassName
{
background-color: #D8CCEC;
}
</style>
border-color css
<style>
span { border-color: #D8CCEC; }
span { border-color: rgb(216,204,236); }
td.TdClassName
{
border-color: #D8CCEC;
}
.TagClassName
{
border-color: #D8CCEC;
}
</style>