Shades of Frost #DDDFBD
Tints of Frost #DDDFBD
RGB
CMYK
RGB Variations
Color information
#DDDFBD (or 0xDDDFBD) is known color: Frost. HEX triplet: DD, DF and BD. RGB value is (221,223,189). Sum of RGB (Red+Green+Blue) = 221+223+189=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFBD is #222042. Grayscale: #DADADA. Windows color (decimal): -2236483 or 12443613. OLE color: 12443613.
HSL color Cylindrical-coordinate representation of color #DDDFBD: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDDFBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 189 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.13 |
| HSL | 63.53º | 0.35% | 0.81% | - |
| HSV(B) | 63.53º | 0.15% | 0.87% | - |
| XYZ | 65.39 | 71.82 | 58.56 | - |
| YUV | 218.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 189 | 0.01 | 0 | 0.15 | 0.13 | 63.53 | 0.35 | 0.81 |
| Hex | DD | DF | BD | 1 | 0 | F | D | 40 | 23 | 51 |
| Octal | 335 | 337 | 275 | 1 | 0 | 17 | 15 | 100 | 43 | 121 |
| Binary | 11011101 | 11011111 | 10111101 | 1 | 0 | 1111 | 1101 | 1000000 | 100011 | 1010001 |
Color Harmonies of #DDDFBD
Complementary color
Monochromatic Colors of #DDDFBD
Black with #DDDFBD
Text Example
Text Example
White with #DDDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFBD; }
p { color: rgb(221,223,189); }
H1.HeaderClassName
{
color: #DDDFBD;
}
.AnyTagClassName
{
color: #DDDFBD;
}
</style>
background-color css
<style>
a { background-color: #DDDFBD; }
a { background-color: rgb(221,223,189); }
div.DivClassName
{
background-color: #DDDFBD;
}
.BgClassName
{
background-color: #DDDFBD;
}
</style>
border-color css
<style>
span { border-color: #DDDFBD; }
span { border-color: rgb(221,223,189); }
td.TdClassName
{
border-color: #DDDFBD;
}
.TagClassName
{
border-color: #DDDFBD;
}
</style>