Shades of Fog #D9CDF1
Tints of Fog #D9CDF1
RGB
CMYK
RGB Variations
Color information
#D9CDF1 (or 0xD9CDF1) is known color: Fog. HEX triplet: D9, CD and F1. RGB value is (217,205,241). Sum of RGB (Red+Green+Blue) = 217+205+241=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDF1 is #26320E. Grayscale: #D4D4D4. Windows color (decimal): -2503183 or 15846873. OLE color: 15846873.
HSL color Cylindrical-coordinate representation of color #D9CDF1: hue angle of 260º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CDF1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 205 | 241 | - |
CMYK | 0.10 | 0.15 | 0 | 0.05 |
HSL | 260º | 0.56% | 0.87% | - |
HSV(B) | 260º | 0.15% | 0.95% | - |
XYZ | 66.32 | 64.77 | 92.22 | - |
YUV | 212.69 | 143.98 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 241 | 0.10 | 0.15 | 0 | 0.05 | 260 | 0.56 | 0.87 |
Hex | D9 | CD | F1 | A | F | 0 | 5 | 104 | 38 | 57 |
Octal | 331 | 315 | 361 | 12 | 17 | 0 | 5 | 404 | 70 | 127 |
Binary | 11011001 | 11001101 | 11110001 | 1010 | 1111 | 0 | 101 | 100000100 | 111000 | 1010111 |
Color Harmonies of #D9CDF1
Complementary color
Monochromatic Colors of #D9CDF1
Black with #D9CDF1
Text Example
Text Example
White with #D9CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDF1; }
p { color: rgb(217,205,241); }
H1.HeaderClassName
{
color: #D9CDF1;
}
.AnyTagClassName
{
color: #D9CDF1;
}
</style>
background-color css
<style>
a { background-color: #D9CDF1; }
a { background-color: rgb(217,205,241); }
div.DivClassName
{
background-color: #D9CDF1;
}
.BgClassName
{
background-color: #D9CDF1;
}
</style>
border-color css
<style>
span { border-color: #D9CDF1; }
span { border-color: rgb(217,205,241); }
td.TdClassName
{
border-color: #D9CDF1;
}
.TagClassName
{
border-color: #D9CDF1;
}
</style>