Shades of Frost #DDEBB7
Tints of Frost #DDEBB7
RGB
CMYK
RGB Variations
Color information
#DDEBB7 (or 0xDDEBB7) is known color: Frost. HEX triplet: DD, EB and B7. RGB value is (221,235,183). Sum of RGB (Red+Green+Blue) = 221+235+183=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBB7 is #221448. Grayscale: #E1E1E1. Windows color (decimal): -2233417 or 12053469. OLE color: 12053469.
HSL color Cylindrical-coordinate representation of color #DDEBB7: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEBB7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 183 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.08 |
| HSL | 76.15º | 0.57% | 0.82% | - |
| HSV(B) | 76.15º | 0.22% | 0.92% | - |
| XYZ | 68.07 | 78.21 | 56.31 | - |
| YUV | 224.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 183 | 0.06 | 0 | 0.22 | 0.08 | 76.15 | 0.57 | 0.82 |
| Hex | DD | EB | B7 | 6 | 0 | 16 | 8 | 4C | 39 | 52 |
| Octal | 335 | 353 | 267 | 6 | 0 | 26 | 10 | 114 | 71 | 122 |
| Binary | 11011101 | 11101011 | 10110111 | 110 | 0 | 10110 | 1000 | 1001100 | 111001 | 1010010 |
Color Harmonies of #DDEBB7
Complementary color
Monochromatic Colors of #DDEBB7
Black with #DDEBB7
Text Example
Text Example
White with #DDEBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBB7; }
p { color: rgb(221,235,183); }
H1.HeaderClassName
{
color: #DDEBB7;
}
.AnyTagClassName
{
color: #DDEBB7;
}
</style>
background-color css
<style>
a { background-color: #DDEBB7; }
a { background-color: rgb(221,235,183); }
div.DivClassName
{
background-color: #DDEBB7;
}
.BgClassName
{
background-color: #DDEBB7;
}
</style>
border-color css
<style>
span { border-color: #DDEBB7; }
span { border-color: rgb(221,235,183); }
td.TdClassName
{
border-color: #DDEBB7;
}
.TagClassName
{
border-color: #DDEBB7;
}
</style>