Shades of Frost #DDEDB7
Tints of Frost #DDEDB7
RGB
CMYK
RGB Variations
Color information
#DDEDB7 (or 0xDDEDB7) is known color: Frost. HEX triplet: DD, ED and B7. RGB value is (221,237,183). Sum of RGB (Red+Green+Blue) = 221+237+183=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB7 is #221248. Grayscale: #E2E2E2. Windows color (decimal): -2232905 or 12053981. OLE color: 12053981.
HSL color Cylindrical-coordinate representation of color #DDEDB7: hue angle of 77.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDEDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 183 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.78º | 0.6% | 0.82% | - |
| HSV(B) | 77.78º | 0.23% | 0.93% | - |
| XYZ | 68.65 | 79.36 | 56.5 | - |
| YUV | 226.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 183 | 0.07 | 0 | 0.23 | 0.07 | 77.78 | 0.6 | 0.82 |
| Hex | DD | ED | B7 | 7 | 0 | 17 | 7 | 4E | 3C | 52 |
| Octal | 335 | 355 | 267 | 7 | 0 | 27 | 7 | 116 | 74 | 122 |
| Binary | 11011101 | 11101101 | 10110111 | 111 | 0 | 10111 | 111 | 1001110 | 111100 | 1010010 |
Color Harmonies of #DDEDB7
Complementary color
Monochromatic Colors of #DDEDB7
Black with #DDEDB7
Text Example
Text Example
White with #DDEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB7; }
p { color: rgb(221,237,183); }
H1.HeaderClassName
{
color: #DDEDB7;
}
.AnyTagClassName
{
color: #DDEDB7;
}
</style>
background-color css
<style>
a { background-color: #DDEDB7; }
a { background-color: rgb(221,237,183); }
div.DivClassName
{
background-color: #DDEDB7;
}
.BgClassName
{
background-color: #DDEDB7;
}
</style>
border-color css
<style>
span { border-color: #DDEDB7; }
span { border-color: rgb(221,237,183); }
td.TdClassName
{
border-color: #DDEDB7;
}
.TagClassName
{
border-color: #DDEDB7;
}
</style>