Shades of Frost #DDEABA
Tints of Frost #DDEABA
RGB
CMYK
RGB Variations
Color information
#DDEABA (or 0xDDEABA) is known color: Frost. HEX triplet: DD, EA and BA. RGB value is (221,234,186). Sum of RGB (Red+Green+Blue) = 221+234+186=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEABA is #221545. Grayscale: #E0E0E0. Windows color (decimal): -2233670 or 12249821. OLE color: 12249821.
HSL color Cylindrical-coordinate representation of color #DDEABA: hue angle of 76.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDEABA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 186 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.08 |
| HSL | 76.25º | 0.53% | 0.82% | - |
| HSV(B) | 76.25º | 0.21% | 0.92% | - |
| XYZ | 68.1 | 77.76 | 57.87 | - |
| YUV | 224.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 186 | 0.06 | 0 | 0.21 | 0.08 | 76.25 | 0.53 | 0.82 |
| Hex | DD | EA | BA | 6 | 0 | 15 | 8 | 4C | 35 | 52 |
| Octal | 335 | 352 | 272 | 6 | 0 | 25 | 10 | 114 | 65 | 122 |
| Binary | 11011101 | 11101010 | 10111010 | 110 | 0 | 10101 | 1000 | 1001100 | 110101 | 1010010 |
Color Harmonies of #DDEABA
Complementary color
Monochromatic Colors of #DDEABA
Black with #DDEABA
Text Example
Text Example
White with #DDEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEABA; }
p { color: rgb(221,234,186); }
H1.HeaderClassName
{
color: #DDEABA;
}
.AnyTagClassName
{
color: #DDEABA;
}
</style>
background-color css
<style>
a { background-color: #DDEABA; }
a { background-color: rgb(221,234,186); }
div.DivClassName
{
background-color: #DDEABA;
}
.BgClassName
{
background-color: #DDEABA;
}
</style>
border-color css
<style>
span { border-color: #DDEABA; }
span { border-color: rgb(221,234,186); }
td.TdClassName
{
border-color: #DDEABA;
}
.TagClassName
{
border-color: #DDEABA;
}
</style>