Shades of Frostee #DDEFCB
Tints of Frostee #DDEFCB
RGB
CMYK
RGB Variations
Color information
#DDEFCB (or 0xDDEFCB) is known color: Frostee. HEX triplet: DD, EF and CB. RGB value is (221,239,203). Sum of RGB (Red+Green+Blue) = 221+239+203=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCB is #221034. Grayscale: #E5E5E5. Windows color (decimal): -2232373 or 13365213. OLE color: 13365213.
HSL color Cylindrical-coordinate representation of color #DDEFCB: hue angle of 90º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEFCB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 203 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.06 |
| HSL | 90º | 0.53% | 0.87% | - |
| HSV(B) | 90º | 0.15% | 0.94% | - |
| XYZ | 71.46 | 81.42 | 68.45 | - |
| YUV | 229.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 203 | 0.08 | 0 | 0.15 | 0.06 | 90 | 0.53 | 0.87 |
| Hex | DD | EF | CB | 8 | 0 | F | 6 | 5A | 35 | 57 |
| Octal | 335 | 357 | 313 | 10 | 0 | 17 | 6 | 132 | 65 | 127 |
| Binary | 11011101 | 11101111 | 11001011 | 1000 | 0 | 1111 | 110 | 1011010 | 110101 | 1010111 |
Color Harmonies of #DDEFCB
Complementary color
Monochromatic Colors of #DDEFCB
Black with #DDEFCB
Text Example
Text Example
White with #DDEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFCB; }
p { color: rgb(221,239,203); }
H1.HeaderClassName
{
color: #DDEFCB;
}
.AnyTagClassName
{
color: #DDEFCB;
}
</style>
background-color css
<style>
a { background-color: #DDEFCB; }
a { background-color: rgb(221,239,203); }
div.DivClassName
{
background-color: #DDEFCB;
}
.BgClassName
{
background-color: #DDEFCB;
}
</style>
border-color css
<style>
span { border-color: #DDEFCB; }
span { border-color: rgb(221,239,203); }
td.TdClassName
{
border-color: #DDEFCB;
}
.TagClassName
{
border-color: #DDEFCB;
}
</style>