Shades of Reef #DCEC9E
Tints of Reef #DCEC9E
RGB
CMYK
RGB Variations
Color information
#DCEC9E (or 0xDCEC9E) is known color: Reef. HEX triplet: DC, EC and 9E. RGB value is (220,236,158). Sum of RGB (Red+Green+Blue) = 220+236+158=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC9E is #231361. Grayscale: #DEDEDE. Windows color (decimal): -2298722 or 10415324. OLE color: 10415324.
HSL color Cylindrical-coordinate representation of color #DCEC9E: hue angle of 72.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCEC9E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 158 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.07 |
| HSL | 72.31º | 0.67% | 0.77% | - |
| HSV(B) | 72.31º | 0.33% | 0.93% | - |
| XYZ | 65.68 | 77.68 | 43.88 | - |
| YUV | 222.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 158 | 0.07 | 0 | 0.33 | 0.07 | 72.31 | 0.67 | 0.77 |
| Hex | DC | EC | 9E | 7 | 0 | 21 | 7 | 48 | 43 | 4D |
| Octal | 334 | 354 | 236 | 7 | 0 | 41 | 7 | 110 | 103 | 115 |
| Binary | 11011100 | 11101100 | 10011110 | 111 | 0 | 100001 | 111 | 1001000 | 1000011 | 1001101 |
Color Harmonies of #DCEC9E
Complementary color
Monochromatic Colors of #DCEC9E
Black with #DCEC9E
Text Example
Text Example
White with #DCEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC9E; }
p { color: rgb(220,236,158); }
H1.HeaderClassName
{
color: #DCEC9E;
}
.AnyTagClassName
{
color: #DCEC9E;
}
</style>
background-color css
<style>
a { background-color: #DCEC9E; }
a { background-color: rgb(220,236,158); }
div.DivClassName
{
background-color: #DCEC9E;
}
.BgClassName
{
background-color: #DCEC9E;
}
</style>
border-color css
<style>
span { border-color: #DCEC9E; }
span { border-color: rgb(220,236,158); }
td.TdClassName
{
border-color: #DCEC9E;
}
.TagClassName
{
border-color: #DCEC9E;
}
</style>