Shades of Frost #DDDFBC
Tints of Frost #DDDFBC
RGB
CMYK
RGB Variations
Color information
#DDDFBC (or 0xDDDFBC) is known color: Frost. HEX triplet: DD, DF and BC. RGB value is (221,223,188). Sum of RGB (Red+Green+Blue) = 221+223+188=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFBC is #222043. Grayscale: #DADADA. Windows color (decimal): -2236484 or 12378077. OLE color: 12378077.
HSL color Cylindrical-coordinate representation of color #DDDFBC: hue angle of 63.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDDFBC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 188 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.13 |
| HSL | 63.43º | 0.35% | 0.81% | - |
| HSV(B) | 63.43º | 0.16% | 0.87% | - |
| XYZ | 65.28 | 71.78 | 57.99 | - |
| YUV | 218.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 188 | 0.01 | 0 | 0.16 | 0.13 | 63.43 | 0.35 | 0.81 |
| Hex | DD | DF | BC | 1 | 0 | 10 | D | 3F | 23 | 51 |
| Octal | 335 | 337 | 274 | 1 | 0 | 20 | 15 | 77 | 43 | 121 |
| Binary | 11011101 | 11011111 | 10111100 | 1 | 0 | 10000 | 1101 | 111111 | 100011 | 1010001 |
Color Harmonies of #DDDFBC
Complementary color
Monochromatic Colors of #DDDFBC
Black with #DDDFBC
Text Example
Text Example
White with #DDDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFBC; }
p { color: rgb(221,223,188); }
H1.HeaderClassName
{
color: #DDDFBC;
}
.AnyTagClassName
{
color: #DDDFBC;
}
</style>
background-color css
<style>
a { background-color: #DDDFBC; }
a { background-color: rgb(221,223,188); }
div.DivClassName
{
background-color: #DDDFBC;
}
.BgClassName
{
background-color: #DDDFBC;
}
</style>
border-color css
<style>
span { border-color: #DDDFBC; }
span { border-color: rgb(221,223,188); }
td.TdClassName
{
border-color: #DDDFBC;
}
.TagClassName
{
border-color: #DDDFBC;
}
</style>