Shades of Fog #D4C8EC
Tints of Fog #D4C8EC
RGB
CMYK
RGB Variations
Color information
#D4C8EC (or 0xD4C8EC) is known color: Fog. HEX triplet: D4, C8 and EC. RGB value is (212,200,236). Sum of RGB (Red+Green+Blue) = 212+200+236=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8EC is #2B3713. Grayscale: #CFCFCF. Windows color (decimal): -2832148 or 15517908. OLE color: 15517908.
HSL color Cylindrical-coordinate representation of color #D4C8EC: hue angle of 260º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4C8EC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 200 | 236 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.07 |
| HSL | 260º | 0.49% | 0.85% | - |
| HSV(B) | 260º | 0.15% | 0.93% | - |
| XYZ | 62.95 | 61.36 | 87.88 | - |
| YUV | 207.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 236 | 0.10 | 0.15 | 0 | 0.07 | 260 | 0.49 | 0.85 |
| Hex | D4 | C8 | EC | A | F | 0 | 7 | 104 | 31 | 55 |
| Octal | 324 | 310 | 354 | 12 | 17 | 0 | 7 | 404 | 61 | 125 |
| Binary | 11010100 | 11001000 | 11101100 | 1010 | 1111 | 0 | 111 | 100000100 | 110001 | 1010101 |
Color Harmonies of #D4C8EC
Complementary color
Monochromatic Colors of #D4C8EC
Black with #D4C8EC
Text Example
Text Example
White with #D4C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8EC; }
p { color: rgb(212,200,236); }
H1.HeaderClassName
{
color: #D4C8EC;
}
.AnyTagClassName
{
color: #D4C8EC;
}
</style>
background-color css
<style>
a { background-color: #D4C8EC; }
a { background-color: rgb(212,200,236); }
div.DivClassName
{
background-color: #D4C8EC;
}
.BgClassName
{
background-color: #D4C8EC;
}
</style>
border-color css
<style>
span { border-color: #D4C8EC; }
span { border-color: rgb(212,200,236); }
td.TdClassName
{
border-color: #D4C8EC;
}
.TagClassName
{
border-color: #D4C8EC;
}
</style>