Shades of Frostee #DDEDCB
Tints of Frostee #DDEDCB
RGB
CMYK
RGB Variations
Color information
#DDEDCB (or 0xDDEDCB) is known color: Frostee. HEX triplet: DD, ED and CB. RGB value is (221,237,203). Sum of RGB (Red+Green+Blue) = 221+237+203=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDCB is #221234. Grayscale: #E4E4E4. Windows color (decimal): -2232885 or 13364701. OLE color: 13364701.
HSL color Cylindrical-coordinate representation of color #DDEDCB: hue angle of 88.24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEDCB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 203 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.07 |
| HSL | 88.24º | 0.49% | 0.86% | - |
| HSV(B) | 88.24º | 0.14% | 0.93% | - |
| XYZ | 70.88 | 80.25 | 68.25 | - |
| YUV | 228.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 203 | 0.07 | 0 | 0.14 | 0.07 | 88.24 | 0.49 | 0.86 |
| Hex | DD | ED | CB | 7 | 0 | E | 7 | 58 | 31 | 56 |
| Octal | 335 | 355 | 313 | 7 | 0 | 16 | 7 | 130 | 61 | 126 |
| Binary | 11011101 | 11101101 | 11001011 | 111 | 0 | 1110 | 111 | 1011000 | 110001 | 1010110 |
Color Harmonies of #DDEDCB
Complementary color
Monochromatic Colors of #DDEDCB
Black with #DDEDCB
Text Example
Text Example
White with #DDEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDCB; }
p { color: rgb(221,237,203); }
H1.HeaderClassName
{
color: #DDEDCB;
}
.AnyTagClassName
{
color: #DDEDCB;
}
</style>
background-color css
<style>
a { background-color: #DDEDCB; }
a { background-color: rgb(221,237,203); }
div.DivClassName
{
background-color: #DDEDCB;
}
.BgClassName
{
background-color: #DDEDCB;
}
</style>
border-color css
<style>
span { border-color: #DDEDCB; }
span { border-color: rgb(221,237,203); }
td.TdClassName
{
border-color: #DDEDCB;
}
.TagClassName
{
border-color: #DDEDCB;
}
</style>