Shades of Fog #D9C7EB
Tints of Fog #D9C7EB
RGB
CMYK
RGB Variations
Color information
#D9C7EB (or 0xD9C7EB) is known color: Fog. HEX triplet: D9, C7 and EB. RGB value is (217,199,235). Sum of RGB (Red+Green+Blue) = 217+199+235=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7EB is #263814. Grayscale: #D0D0D0. Windows color (decimal): -2504725 or 15452121. OLE color: 15452121.
HSL color Cylindrical-coordinate representation of color #D9C7EB: hue angle of 270º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9C7EB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 199 | 235 | - |
CMYK | 0.08 | 0.15 | 0 | 0.08 |
HSL | 270º | 0.47% | 0.85% | - |
HSV(B) | 270º | 0.15% | 0.92% | - |
XYZ | 64.03 | 61.6 | 87.11 | - |
YUV | 208.49 | 142.96 | 134.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 235 | 0.08 | 0.15 | 0 | 0.08 | 270 | 0.47 | 0.85 |
Hex | D9 | C7 | EB | 8 | F | 0 | 8 | 10E | 2F | 55 |
Octal | 331 | 307 | 353 | 10 | 17 | 0 | 10 | 416 | 57 | 125 |
Binary | 11011001 | 11000111 | 11101011 | 1000 | 1111 | 0 | 1000 | 100001110 | 101111 | 1010101 |
Color Harmonies of #D9C7EB
Complementary color
Monochromatic Colors of #D9C7EB
Black with #D9C7EB
Text Example
Text Example
White with #D9C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7EB; }
p { color: rgb(217,199,235); }
H1.HeaderClassName
{
color: #D9C7EB;
}
.AnyTagClassName
{
color: #D9C7EB;
}
</style>
background-color css
<style>
a { background-color: #D9C7EB; }
a { background-color: rgb(217,199,235); }
div.DivClassName
{
background-color: #D9C7EB;
}
.BgClassName
{
background-color: #D9C7EB;
}
</style>
border-color css
<style>
span { border-color: #D9C7EB; }
span { border-color: rgb(217,199,235); }
td.TdClassName
{
border-color: #D9C7EB;
}
.TagClassName
{
border-color: #D9C7EB;
}
</style>