Shades of Fog #D4C8ED
Tints of Fog #D4C8ED
RGB
CMYK
RGB Variations
Color information
#D4C8ED (or 0xD4C8ED) is known color: Fog. HEX triplet: D4, C8 and ED. RGB value is (212,200,237). Sum of RGB (Red+Green+Blue) = 212+200+237=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8ED is #2B3712. Grayscale: #CFCFCF. Windows color (decimal): -2832147 or 15583444. OLE color: 15583444.
HSL color Cylindrical-coordinate representation of color #D4C8ED: hue angle of 259.46º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C8ED is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 200 | 237 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.07 |
| HSL | 259.46º | 0.51% | 0.86% | - |
| HSV(B) | 259.46º | 0.16% | 0.93% | - |
| XYZ | 63.09 | 61.42 | 88.65 | - |
| YUV | 207.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 237 | 0.11 | 0.16 | 0 | 0.07 | 259.46 | 0.51 | 0.86 |
| Hex | D4 | C8 | ED | B | 10 | 0 | 7 | 103 | 33 | 56 |
| Octal | 324 | 310 | 355 | 13 | 20 | 0 | 7 | 403 | 63 | 126 |
| Binary | 11010100 | 11001000 | 11101101 | 1011 | 10000 | 0 | 111 | 100000011 | 110011 | 1010110 |
Color Harmonies of #D4C8ED
Complementary color
Monochromatic Colors of #D4C8ED
Black with #D4C8ED
Text Example
Text Example
White with #D4C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8ED; }
p { color: rgb(212,200,237); }
H1.HeaderClassName
{
color: #D4C8ED;
}
.AnyTagClassName
{
color: #D4C8ED;
}
</style>
background-color css
<style>
a { background-color: #D4C8ED; }
a { background-color: rgb(212,200,237); }
div.DivClassName
{
background-color: #D4C8ED;
}
.BgClassName
{
background-color: #D4C8ED;
}
</style>
border-color css
<style>
span { border-color: #D4C8ED; }
span { border-color: rgb(212,200,237); }
td.TdClassName
{
border-color: #D4C8ED;
}
.TagClassName
{
border-color: #D4C8ED;
}
</style>