Shades of Reef #DCEC9A
Tints of Reef #DCEC9A
RGB
CMYK
RGB Variations
Color information
#DCEC9A (or 0xDCEC9A) is known color: Reef. HEX triplet: DC, EC and 9A. RGB value is (220,236,154). Sum of RGB (Red+Green+Blue) = 220+236+154=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC9A is #231365. Grayscale: #DEDEDE. Windows color (decimal): -2298726 or 10153180. OLE color: 10153180.
HSL color Cylindrical-coordinate representation of color #DCEC9A: hue angle of 71.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCEC9A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 154 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.07 |
| HSL | 71.71º | 0.68% | 0.76% | - |
| HSV(B) | 71.71º | 0.35% | 0.93% | - |
| XYZ | 65.34 | 77.54 | 42.09 | - |
| YUV | 221.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 154 | 0.07 | 0 | 0.35 | 0.07 | 71.71 | 0.68 | 0.76 |
| Hex | DC | EC | 9A | 7 | 0 | 23 | 7 | 48 | 44 | 4C |
| Octal | 334 | 354 | 232 | 7 | 0 | 43 | 7 | 110 | 104 | 114 |
| Binary | 11011100 | 11101100 | 10011010 | 111 | 0 | 100011 | 111 | 1001000 | 1000100 | 1001100 |
Color Harmonies of #DCEC9A
Complementary color
Monochromatic Colors of #DCEC9A
Black with #DCEC9A
Text Example
Text Example
White with #DCEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC9A; }
p { color: rgb(220,236,154); }
H1.HeaderClassName
{
color: #DCEC9A;
}
.AnyTagClassName
{
color: #DCEC9A;
}
</style>
background-color css
<style>
a { background-color: #DCEC9A; }
a { background-color: rgb(220,236,154); }
div.DivClassName
{
background-color: #DCEC9A;
}
.BgClassName
{
background-color: #DCEC9A;
}
</style>
border-color css
<style>
span { border-color: #DCEC9A; }
span { border-color: rgb(220,236,154); }
td.TdClassName
{
border-color: #DCEC9A;
}
.TagClassName
{
border-color: #DCEC9A;
}
</style>