Shades of Frost #D9DCC3
Tints of Frost #D9DCC3
RGB
CMYK
RGB Variations
Color information
#D9DCC3 (or 0xD9DCC3) is known color: Frost. HEX triplet: D9, DC and C3. RGB value is (217,220,195). Sum of RGB (Red+Green+Blue) = 217+220+195=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC3 is #26233C. Grayscale: #D8D8D8. Windows color (decimal): -2499389 or 12836057. OLE color: 12836057.
HSL color Cylindrical-coordinate representation of color #D9DCC3: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DCC3 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 195 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.14 |
| HSL | 67.2º | 0.26% | 0.81% | - |
| HSV(B) | 67.2º | 0.11% | 0.86% | - |
| XYZ | 64.06 | 69.88 | 61.74 | - |
| YUV | 216.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 195 | 0.01 | 0 | 0.11 | 0.14 | 67.2 | 0.26 | 0.81 |
| Hex | D9 | DC | C3 | 1 | 0 | B | E | 43 | 1A | 51 |
| Octal | 331 | 334 | 303 | 1 | 0 | 13 | 16 | 103 | 32 | 121 |
| Binary | 11011001 | 11011100 | 11000011 | 1 | 0 | 1011 | 1110 | 1000011 | 11010 | 1010001 |
Color Harmonies of #D9DCC3
Complementary color
Monochromatic Colors of #D9DCC3
Black with #D9DCC3
Text Example
Text Example
White with #D9DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCC3; }
p { color: rgb(217,220,195); }
H1.HeaderClassName
{
color: #D9DCC3;
}
.AnyTagClassName
{
color: #D9DCC3;
}
</style>
background-color css
<style>
a { background-color: #D9DCC3; }
a { background-color: rgb(217,220,195); }
div.DivClassName
{
background-color: #D9DCC3;
}
.BgClassName
{
background-color: #D9DCC3;
}
</style>
border-color css
<style>
span { border-color: #D9DCC3; }
span { border-color: rgb(217,220,195); }
td.TdClassName
{
border-color: #D9DCC3;
}
.TagClassName
{
border-color: #D9DCC3;
}
</style>