Shades of Fog #D4C8EF
Tints of Fog #D4C8EF
RGB
CMYK
RGB Variations
Color information
#D4C8EF (or 0xD4C8EF) is known color: Fog. HEX triplet: D4, C8 and EF. RGB value is (212,200,239). Sum of RGB (Red+Green+Blue) = 212+200+239=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8EF is #2B3710. Grayscale: #CFCFCF. Windows color (decimal): -2832145 or 15714516. OLE color: 15714516.
HSL color Cylindrical-coordinate representation of color #D4C8EF: hue angle of 258.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C8EF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 200 | 239 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.06 |
| HSL | 258.46º | 0.55% | 0.86% | - |
| HSV(B) | 258.46º | 0.16% | 0.94% | - |
| XYZ | 63.39 | 61.54 | 90.2 | - |
| YUV | 208.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 239 | 0.11 | 0.16 | 0 | 0.06 | 258.46 | 0.55 | 0.86 |
| Hex | D4 | C8 | EF | B | 10 | 0 | 6 | 102 | 37 | 56 |
| Octal | 324 | 310 | 357 | 13 | 20 | 0 | 6 | 402 | 67 | 126 |
| Binary | 11010100 | 11001000 | 11101111 | 1011 | 10000 | 0 | 110 | 100000010 | 110111 | 1010110 |
Color Harmonies of #D4C8EF
Complementary color
Monochromatic Colors of #D4C8EF
Black with #D4C8EF
Text Example
Text Example
White with #D4C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8EF; }
p { color: rgb(212,200,239); }
H1.HeaderClassName
{
color: #D4C8EF;
}
.AnyTagClassName
{
color: #D4C8EF;
}
</style>
background-color css
<style>
a { background-color: #D4C8EF; }
a { background-color: rgb(212,200,239); }
div.DivClassName
{
background-color: #D4C8EF;
}
.BgClassName
{
background-color: #D4C8EF;
}
</style>
border-color css
<style>
span { border-color: #D4C8EF; }
span { border-color: rgb(212,200,239); }
td.TdClassName
{
border-color: #D4C8EF;
}
.TagClassName
{
border-color: #D4C8EF;
}
</style>