Shades of Fog #D9CDE5
Tints of Fog #D9CDE5
RGB
CMYK
RGB Variations
Color information
#D9CDE5 (or 0xD9CDE5) is known color: Fog. HEX triplet: D9, CD and E5. RGB value is (217,205,229). Sum of RGB (Red+Green+Blue) = 217+205+229=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDE5 is #26321A. Grayscale: #D3D3D3. Windows color (decimal): -2503195 or 15060441. OLE color: 15060441.
HSL color Cylindrical-coordinate representation of color #D9CDE5: hue angle of 270º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CDE5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 205 | 229 | - |
CMYK | 0.05 | 0.10 | 0 | 0.10 |
HSL | 270º | 0.32% | 0.85% | - |
HSV(B) | 270º | 0.1% | 0.9% | - |
XYZ | 64.59 | 64.07 | 83.09 | - |
YUV | 211.32 | 137.98 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 229 | 0.05 | 0.10 | 0 | 0.10 | 270 | 0.32 | 0.85 |
Hex | D9 | CD | E5 | 5 | A | 0 | A | 10E | 20 | 55 |
Octal | 331 | 315 | 345 | 5 | 12 | 0 | 12 | 416 | 40 | 125 |
Binary | 11011001 | 11001101 | 11100101 | 101 | 1010 | 0 | 1010 | 100001110 | 100000 | 1010101 |
Color Harmonies of #D9CDE5
Complementary color
Monochromatic Colors of #D9CDE5
Black with #D9CDE5
Text Example
Text Example
White with #D9CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDE5; }
p { color: rgb(217,205,229); }
H1.HeaderClassName
{
color: #D9CDE5;
}
.AnyTagClassName
{
color: #D9CDE5;
}
</style>
background-color css
<style>
a { background-color: #D9CDE5; }
a { background-color: rgb(217,205,229); }
div.DivClassName
{
background-color: #D9CDE5;
}
.BgClassName
{
background-color: #D9CDE5;
}
</style>
border-color css
<style>
span { border-color: #D9CDE5; }
span { border-color: rgb(217,205,229); }
td.TdClassName
{
border-color: #D9CDE5;
}
.TagClassName
{
border-color: #D9CDE5;
}
</style>