Shades of Reef #DDFEA0
Tints of Reef #DDFEA0
RGB
CMYK
RGB Variations
Color information
#DDFEA0 (or 0xDDFEA0) is known color: Reef. HEX triplet: DD, FE and A0. RGB value is (221,254,160). Sum of RGB (Red+Green+Blue) = 221+254+160=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA0 is #22015F. Grayscale: #E9E9E9. Windows color (decimal): -2228576 or 10551005. OLE color: 10551005.
HSL color Cylindrical-coordinate representation of color #DDFEA0: hue angle of 81.06º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDFEA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 160 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.00 |
| HSL | 81.06º | 0.98% | 0.81% | - |
| HSV(B) | 81.06º | 0.37% | 1% | - |
| XYZ | 71.61 | 88.79 | 46.62 | - |
| YUV | 233.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 160 | 0.13 | 0 | 0.37 | 0.00 | 81.06 | 0.98 | 0.81 |
| Hex | DD | FE | A0 | D | 0 | 25 | 0 | 51 | 62 | 51 |
| Octal | 335 | 376 | 240 | 15 | 0 | 45 | 0 | 121 | 142 | 121 |
| Binary | 11011101 | 11111110 | 10100000 | 1101 | 0 | 100101 | 0 | 1010001 | 1100010 | 1010001 |
Color Harmonies of #DDFEA0
Complementary color
Monochromatic Colors of #DDFEA0
Black with #DDFEA0
Text Example
Text Example
White with #DDFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEA0; }
p { color: rgb(221,254,160); }
H1.HeaderClassName
{
color: #DDFEA0;
}
.AnyTagClassName
{
color: #DDFEA0;
}
</style>
background-color css
<style>
a { background-color: #DDFEA0; }
a { background-color: rgb(221,254,160); }
div.DivClassName
{
background-color: #DDFEA0;
}
.BgClassName
{
background-color: #DDFEA0;
}
</style>
border-color css
<style>
span { border-color: #DDFEA0; }
span { border-color: rgb(221,254,160); }
td.TdClassName
{
border-color: #DDFEA0;
}
.TagClassName
{
border-color: #DDFEA0;
}
</style>