Shades of Reef #DEEDA0
Tints of Reef #DEEDA0
RGB
CMYK
RGB Variations
Color information
#DEEDA0 (or 0xDEEDA0) is known color: Reef. HEX triplet: DE, ED and A0. RGB value is (222,237,160). Sum of RGB (Red+Green+Blue) = 222+237+160=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA0 is #21125F. Grayscale: #E0E0E0. Windows color (decimal): -2167392 or 10546654. OLE color: 10546654.
HSL color Cylindrical-coordinate representation of color #DEEDA0: hue angle of 71.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEDA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 160 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.07 |
| HSL | 71.69º | 0.68% | 0.78% | - |
| HSV(B) | 71.69º | 0.32% | 0.93% | - |
| XYZ | 66.75 | 78.64 | 44.92 | - |
| YUV | 223.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 160 | 0.06 | 0 | 0.32 | 0.07 | 71.69 | 0.68 | 0.78 |
| Hex | DE | ED | A0 | 6 | 0 | 20 | 7 | 48 | 44 | 4E |
| Octal | 336 | 355 | 240 | 6 | 0 | 40 | 7 | 110 | 104 | 116 |
| Binary | 11011110 | 11101101 | 10100000 | 110 | 0 | 100000 | 111 | 1001000 | 1000100 | 1001110 |
Color Harmonies of #DEEDA0
Complementary color
Monochromatic Colors of #DEEDA0
Black with #DEEDA0
Text Example
Text Example
White with #DEEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDA0; }
p { color: rgb(222,237,160); }
H1.HeaderClassName
{
color: #DEEDA0;
}
.AnyTagClassName
{
color: #DEEDA0;
}
</style>
background-color css
<style>
a { background-color: #DEEDA0; }
a { background-color: rgb(222,237,160); }
div.DivClassName
{
background-color: #DEEDA0;
}
.BgClassName
{
background-color: #DEEDA0;
}
</style>
border-color css
<style>
span { border-color: #DEEDA0; }
span { border-color: rgb(222,237,160); }
td.TdClassName
{
border-color: #DEEDA0;
}
.TagClassName
{
border-color: #DEEDA0;
}
</style>