Shades of Frostee #DDEDD0
Tints of Frostee #DDEDD0
RGB
CMYK
RGB Variations
Color information
#DDEDD0 (or 0xDDEDD0) is known color: Frostee. HEX triplet: DD, ED and D0. RGB value is (221,237,208). Sum of RGB (Red+Green+Blue) = 221+237+208=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD0 is #22122F. Grayscale: #E5E5E5. Windows color (decimal): -2232880 or 13692381. OLE color: 13692381.
HSL color Cylindrical-coordinate representation of color #DDEDD0: hue angle of 93.1º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEDD0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 208 | - |
CMYK | 0.07 | 0 | 0.12 | 0.07 |
HSL | 93.1º | 0.45% | 0.87% | - |
HSV(B) | 93.1º | 0.12% | 0.93% | - |
XYZ | 71.49 | 80.49 | 71.44 | - |
YUV | 228.91 | 116.2 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 208 | 0.07 | 0 | 0.12 | 0.07 | 93.1 | 0.45 | 0.87 |
Hex | DD | ED | D0 | 7 | 0 | C | 7 | 5D | 2D | 57 |
Octal | 335 | 355 | 320 | 7 | 0 | 14 | 7 | 135 | 55 | 127 |
Binary | 11011101 | 11101101 | 11010000 | 111 | 0 | 1100 | 111 | 1011101 | 101101 | 1010111 |
Color Harmonies of #DDEDD0
Complementary color
Monochromatic Colors of #DDEDD0
Black with #DDEDD0
Text Example
Text Example
White with #DDEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDD0; }
p { color: rgb(221,237,208); }
H1.HeaderClassName
{
color: #DDEDD0;
}
.AnyTagClassName
{
color: #DDEDD0;
}
</style>
background-color css
<style>
a { background-color: #DDEDD0; }
a { background-color: rgb(221,237,208); }
div.DivClassName
{
background-color: #DDEDD0;
}
.BgClassName
{
background-color: #DDEDD0;
}
</style>
border-color css
<style>
span { border-color: #DDEDD0; }
span { border-color: rgb(221,237,208); }
td.TdClassName
{
border-color: #DDEDD0;
}
.TagClassName
{
border-color: #DDEDD0;
}
</style>