Shades of Fog #D4C7EC
Tints of Fog #D4C7EC
RGB
CMYK
RGB Variations
Color information
#D4C7EC (or 0xD4C7EC) is known color: Fog. HEX triplet: D4, C7 and EC. RGB value is (212,199,236). Sum of RGB (Red+Green+Blue) = 212+199+236=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7EC is #2B3813. Grayscale: #CECECE. Windows color (decimal): -2832404 or 15517652. OLE color: 15517652.
HSL color Cylindrical-coordinate representation of color #D4C7EC: hue angle of 261.08º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C7EC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 199 | 236 | - |
CMYK | 0.10 | 0.16 | 0 | 0.07 |
HSL | 261.08º | 0.49% | 0.85% | - |
HSV(B) | 261.08º | 0.16% | 0.93% | - |
XYZ | 62.72 | 60.9 | 87.81 | - |
YUV | 207.11 | 144.31 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 199 | 236 | 0.10 | 0.16 | 0 | 0.07 | 261.08 | 0.49 | 0.85 |
Hex | D4 | C7 | EC | A | 10 | 0 | 7 | 105 | 31 | 55 |
Octal | 324 | 307 | 354 | 12 | 20 | 0 | 7 | 405 | 61 | 125 |
Binary | 11010100 | 11000111 | 11101100 | 1010 | 10000 | 0 | 111 | 100000101 | 110001 | 1010101 |
Color Harmonies of #D4C7EC
Complementary color
Monochromatic Colors of #D4C7EC
Black with #D4C7EC
Text Example
Text Example
White with #D4C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7EC; }
p { color: rgb(212,199,236); }
H1.HeaderClassName
{
color: #D4C7EC;
}
.AnyTagClassName
{
color: #D4C7EC;
}
</style>
background-color css
<style>
a { background-color: #D4C7EC; }
a { background-color: rgb(212,199,236); }
div.DivClassName
{
background-color: #D4C7EC;
}
.BgClassName
{
background-color: #D4C7EC;
}
</style>
border-color css
<style>
span { border-color: #D4C7EC; }
span { border-color: rgb(212,199,236); }
td.TdClassName
{
border-color: #D4C7EC;
}
.TagClassName
{
border-color: #D4C7EC;
}
</style>