Shades of Fog #D9CDF9
Tints of Fog #D9CDF9
RGB
CMYK
RGB Variations
Color information
#D9CDF9 (or 0xD9CDF9) is known color: Fog. HEX triplet: D9, CD and F9. RGB value is (217,205,249). Sum of RGB (Red+Green+Blue) = 217+205+249=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDF9 is #263206. Grayscale: #D5D5D5. Windows color (decimal): -2503175 or 16371161. OLE color: 16371161.
HSL color Cylindrical-coordinate representation of color #D9CDF9: hue angle of 256.36º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CDF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 205 | 249 | - |
CMYK | 0.13 | 0.18 | 0 | 0.02 |
HSL | 256.36º | 0.79% | 0.89% | - |
HSV(B) | 256.36º | 0.18% | 0.98% | - |
XYZ | 67.55 | 65.25 | 98.66 | - |
YUV | 213.6 | 147.98 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 249 | 0.13 | 0.18 | 0 | 0.02 | 256.36 | 0.79 | 0.89 |
Hex | D9 | CD | F9 | D | 12 | 0 | 2 | 100 | 4F | 59 |
Octal | 331 | 315 | 371 | 15 | 22 | 0 | 2 | 400 | 117 | 131 |
Binary | 11011001 | 11001101 | 11111001 | 1101 | 10010 | 0 | 10 | 100000000 | 1001111 | 1011001 |
Color Harmonies of #D9CDF9
Complementary color
Monochromatic Colors of #D9CDF9
Black with #D9CDF9
Text Example
Text Example
White with #D9CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDF9; }
p { color: rgb(217,205,249); }
H1.HeaderClassName
{
color: #D9CDF9;
}
.AnyTagClassName
{
color: #D9CDF9;
}
</style>
background-color css
<style>
a { background-color: #D9CDF9; }
a { background-color: rgb(217,205,249); }
div.DivClassName
{
background-color: #D9CDF9;
}
.BgClassName
{
background-color: #D9CDF9;
}
</style>
border-color css
<style>
span { border-color: #D9CDF9; }
span { border-color: rgb(217,205,249); }
td.TdClassName
{
border-color: #D9CDF9;
}
.TagClassName
{
border-color: #D9CDF9;
}
</style>