Shades of Reef #DDEEA0
Tints of Reef #DDEEA0
RGB
CMYK
RGB Variations
Color information
#DDEEA0 (or 0xDDEEA0) is known color: Reef. HEX triplet: DD, EE and A0. RGB value is (221,238,160). Sum of RGB (Red+Green+Blue) = 221+238+160=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA0 is #22115F. Grayscale: #E0E0E0. Windows color (decimal): -2232672 or 10546909. OLE color: 10546909.
HSL color Cylindrical-coordinate representation of color #DDEEA0: hue angle of 73.08º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDEEA0 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 160 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.07 |
| HSL | 73.08º | 0.7% | 0.78% | - |
| HSV(B) | 73.08º | 0.33% | 0.93% | - |
| XYZ | 66.74 | 79.06 | 45 | - |
| YUV | 224.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 160 | 0.07 | 0 | 0.33 | 0.07 | 73.08 | 0.7 | 0.78 |
| Hex | DD | EE | A0 | 7 | 0 | 21 | 7 | 49 | 46 | 4E |
| Octal | 335 | 356 | 240 | 7 | 0 | 41 | 7 | 111 | 106 | 116 |
| Binary | 11011101 | 11101110 | 10100000 | 111 | 0 | 100001 | 111 | 1001001 | 1000110 | 1001110 |
Color Harmonies of #DDEEA0
Complementary color
Monochromatic Colors of #DDEEA0
Black with #DDEEA0
Text Example
Text Example
White with #DDEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA0; }
p { color: rgb(221,238,160); }
H1.HeaderClassName
{
color: #DDEEA0;
}
.AnyTagClassName
{
color: #DDEEA0;
}
</style>
background-color css
<style>
a { background-color: #DDEEA0; }
a { background-color: rgb(221,238,160); }
div.DivClassName
{
background-color: #DDEEA0;
}
.BgClassName
{
background-color: #DDEEA0;
}
</style>
border-color css
<style>
span { border-color: #DDEEA0; }
span { border-color: rgb(221,238,160); }
td.TdClassName
{
border-color: #DDEEA0;
}
.TagClassName
{
border-color: #DDEEA0;
}
</style>