Shades of Reef #DCECA0
Tints of Reef #DCECA0
RGB
CMYK
RGB Variations
Color information
#DCECA0 (or 0xDCECA0) is known color: Reef. HEX triplet: DC, EC and A0. RGB value is (220,236,160). Sum of RGB (Red+Green+Blue) = 220+236+160=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA0 is #23135F. Grayscale: #DEDEDE. Windows color (decimal): -2298720 or 10546396. OLE color: 10546396.
HSL color Cylindrical-coordinate representation of color #DCECA0: hue angle of 72.63º degrees, saturation: 0.67, 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 #DCECA0 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 160 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 72.63º | 0.67% | 0.78% | - |
| HSV(B) | 72.63º | 0.32% | 0.93% | - |
| XYZ | 65.86 | 77.74 | 44.79 | - |
| YUV | 222.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 160 | 0.07 | 0 | 0.32 | 0.07 | 72.63 | 0.67 | 0.78 |
| Hex | DC | EC | A0 | 7 | 0 | 20 | 7 | 49 | 43 | 4E |
| Octal | 334 | 354 | 240 | 7 | 0 | 40 | 7 | 111 | 103 | 116 |
| Binary | 11011100 | 11101100 | 10100000 | 111 | 0 | 100000 | 111 | 1001001 | 1000011 | 1001110 |
Color Harmonies of #DCECA0
Complementary color
Monochromatic Colors of #DCECA0
Black with #DCECA0
Text Example
Text Example
White with #DCECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA0; }
p { color: rgb(220,236,160); }
H1.HeaderClassName
{
color: #DCECA0;
}
.AnyTagClassName
{
color: #DCECA0;
}
</style>
background-color css
<style>
a { background-color: #DCECA0; }
a { background-color: rgb(220,236,160); }
div.DivClassName
{
background-color: #DCECA0;
}
.BgClassName
{
background-color: #DCECA0;
}
</style>
border-color css
<style>
span { border-color: #DCECA0; }
span { border-color: rgb(220,236,160); }
td.TdClassName
{
border-color: #DCECA0;
}
.TagClassName
{
border-color: #DCECA0;
}
</style>