Shades of Frost #D9DDC3
Tints of Frost #D9DDC3
RGB
CMYK
RGB Variations
Color information
#D9DDC3 (or 0xD9DDC3) is known color: Frost. HEX triplet: D9, DD and C3. RGB value is (217,221,195). Sum of RGB (Red+Green+Blue) = 217+221+195=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC3 is #26223C. Grayscale: #D8D8D8. Windows color (decimal): -2499133 or 12836313. OLE color: 12836313.
HSL color Cylindrical-coordinate representation of color #D9DDC3: hue angle of 69.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DDC3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 195 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.13 |
| HSL | 69.23º | 0.28% | 0.82% | - |
| HSV(B) | 69.23º | 0.12% | 0.87% | - |
| XYZ | 64.32 | 70.4 | 61.83 | - |
| YUV | 216.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 195 | 0.02 | 0 | 0.12 | 0.13 | 69.23 | 0.28 | 0.82 |
| Hex | D9 | DD | C3 | 2 | 0 | C | D | 45 | 1C | 52 |
| Octal | 331 | 335 | 303 | 2 | 0 | 14 | 15 | 105 | 34 | 122 |
| Binary | 11011001 | 11011101 | 11000011 | 10 | 0 | 1100 | 1101 | 1000101 | 11100 | 1010010 |
Color Harmonies of #D9DDC3
Complementary color
Monochromatic Colors of #D9DDC3
Black with #D9DDC3
Text Example
Text Example
White with #D9DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDC3; }
p { color: rgb(217,221,195); }
H1.HeaderClassName
{
color: #D9DDC3;
}
.AnyTagClassName
{
color: #D9DDC3;
}
</style>
background-color css
<style>
a { background-color: #D9DDC3; }
a { background-color: rgb(217,221,195); }
div.DivClassName
{
background-color: #D9DDC3;
}
.BgClassName
{
background-color: #D9DDC3;
}
</style>
border-color css
<style>
span { border-color: #D9DDC3; }
span { border-color: rgb(217,221,195); }
td.TdClassName
{
border-color: #D9DDC3;
}
.TagClassName
{
border-color: #D9DDC3;
}
</style>