Shades of Reef #DCEEA0
Tints of Reef #DCEEA0
RGB
CMYK
RGB Variations
Color information
#DCEEA0 (or 0xDCEEA0) is known color: Reef. HEX triplet: DC, EE and A0. RGB value is (220,238,160). Sum of RGB (Red+Green+Blue) = 220+238+160=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA0 is #23115F. Grayscale: #E0E0E0. Windows color (decimal): -2298208 or 10546908. OLE color: 10546908.
HSL color Cylindrical-coordinate representation of color #DCEEA0: hue angle of 73.85º 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 #DCEEA0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.07 |
| HSL | 73.85º | 0.7% | 0.78% | - |
| HSV(B) | 73.85º | 0.33% | 0.93% | - |
| XYZ | 66.43 | 78.9 | 44.99 | - |
| YUV | 223.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 160 | 0.08 | 0 | 0.33 | 0.07 | 73.85 | 0.7 | 0.78 |
| Hex | DC | EE | A0 | 8 | 0 | 21 | 7 | 4A | 46 | 4E |
| Octal | 334 | 356 | 240 | 10 | 0 | 41 | 7 | 112 | 106 | 116 |
| Binary | 11011100 | 11101110 | 10100000 | 1000 | 0 | 100001 | 111 | 1001010 | 1000110 | 1001110 |
Color Harmonies of #DCEEA0
Complementary color
Monochromatic Colors of #DCEEA0
Black with #DCEEA0
Text Example
Text Example
White with #DCEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEA0; }
p { color: rgb(220,238,160); }
H1.HeaderClassName
{
color: #DCEEA0;
}
.AnyTagClassName
{
color: #DCEEA0;
}
</style>
background-color css
<style>
a { background-color: #DCEEA0; }
a { background-color: rgb(220,238,160); }
div.DivClassName
{
background-color: #DCEEA0;
}
.BgClassName
{
background-color: #DCEEA0;
}
</style>
border-color css
<style>
span { border-color: #DCEEA0; }
span { border-color: rgb(220,238,160); }
td.TdClassName
{
border-color: #DCEEA0;
}
.TagClassName
{
border-color: #DCEEA0;
}
</style>