Shades of Fog #D9CDF4
Tints of Fog #D9CDF4
RGB
CMYK
RGB Variations
Color information
#D9CDF4 (or 0xD9CDF4) is known color: Fog. HEX triplet: D9, CD and F4. RGB value is (217,205,244). Sum of RGB (Red+Green+Blue) = 217+205+244=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDF4 is #26320B. Grayscale: #D4D4D4. Windows color (decimal): -2503180 or 16043481. OLE color: 16043481.
HSL color Cylindrical-coordinate representation of color #D9CDF4: hue angle of 258.46º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9CDF4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 205 | 244 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 258.46º | 0.64% | 0.88% | - |
| HSV(B) | 258.46º | 0.16% | 0.96% | - |
| XYZ | 66.78 | 64.95 | 94.6 | - |
| YUV | 213.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 244 | 0.11 | 0.16 | 0 | 0.04 | 258.46 | 0.64 | 0.88 |
| Hex | D9 | CD | F4 | B | 10 | 0 | 4 | 102 | 40 | 58 |
| Octal | 331 | 315 | 364 | 13 | 20 | 0 | 4 | 402 | 100 | 130 |
| Binary | 11011001 | 11001101 | 11110100 | 1011 | 10000 | 0 | 100 | 100000010 | 1000000 | 1011000 |
Color Harmonies of #D9CDF4
Complementary color
Monochromatic Colors of #D9CDF4
Black with #D9CDF4
Text Example
Text Example
White with #D9CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDF4; }
p { color: rgb(217,205,244); }
H1.HeaderClassName
{
color: #D9CDF4;
}
.AnyTagClassName
{
color: #D9CDF4;
}
</style>
background-color css
<style>
a { background-color: #D9CDF4; }
a { background-color: rgb(217,205,244); }
div.DivClassName
{
background-color: #D9CDF4;
}
.BgClassName
{
background-color: #D9CDF4;
}
</style>
border-color css
<style>
span { border-color: #D9CDF4; }
span { border-color: rgb(217,205,244); }
td.TdClassName
{
border-color: #D9CDF4;
}
.TagClassName
{
border-color: #D9CDF4;
}
</style>