Shades of Frostee #DDEDC9
Tints of Frostee #DDEDC9
RGB
CMYK
RGB Variations
Color information
#DDEDC9 (or 0xDDEDC9) is known color: Frostee. HEX triplet: DD, ED and C9. RGB value is (221,237,201). Sum of RGB (Red+Green+Blue) = 221+237+201=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC9 is #221236. Grayscale: #E4E4E4. Windows color (decimal): -2232887 or 13233629. OLE color: 13233629.
HSL color Cylindrical-coordinate representation of color #DDEDC9: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEDC9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 201 | - |
CMYK | 0.07 | 0 | 0.15 | 0.07 |
HSL | 86.67º | 0.5% | 0.86% | - |
HSV(B) | 86.67º | 0.15% | 0.93% | - |
XYZ | 70.65 | 80.16 | 67.01 | - |
YUV | 228.11 | 112.7 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 201 | 0.07 | 0 | 0.15 | 0.07 | 86.67 | 0.5 | 0.86 |
Hex | DD | ED | C9 | 7 | 0 | F | 7 | 57 | 32 | 56 |
Octal | 335 | 355 | 311 | 7 | 0 | 17 | 7 | 127 | 62 | 126 |
Binary | 11011101 | 11101101 | 11001001 | 111 | 0 | 1111 | 111 | 1010111 | 110010 | 1010110 |
Color Harmonies of #DDEDC9
Complementary color
Monochromatic Colors of #DDEDC9
Black with #DDEDC9
Text Example
Text Example
White with #DDEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDC9; }
p { color: rgb(221,237,201); }
H1.HeaderClassName
{
color: #DDEDC9;
}
.AnyTagClassName
{
color: #DDEDC9;
}
</style>
background-color css
<style>
a { background-color: #DDEDC9; }
a { background-color: rgb(221,237,201); }
div.DivClassName
{
background-color: #DDEDC9;
}
.BgClassName
{
background-color: #DDEDC9;
}
</style>
border-color css
<style>
span { border-color: #DDEDC9; }
span { border-color: rgb(221,237,201); }
td.TdClassName
{
border-color: #DDEDC9;
}
.TagClassName
{
border-color: #DDEDC9;
}
</style>