Shades of Reef #DCEC9F
Tints of Reef #DCEC9F
RGB
CMYK
RGB Variations
Color information
#DCEC9F (or 0xDCEC9F) is known color: Reef. HEX triplet: DC, EC and 9F. RGB value is (220,236,159). Sum of RGB (Red+Green+Blue) = 220+236+159=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC9F is #231360. Grayscale: #DEDEDE. Windows color (decimal): -2298721 or 10480860. OLE color: 10480860.
HSL color Cylindrical-coordinate representation of color #DCEC9F: hue angle of 72.47º 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 #DCEC9F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 159 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.07 |
| HSL | 72.47º | 0.67% | 0.77% | - |
| HSV(B) | 72.47º | 0.33% | 0.93% | - |
| XYZ | 65.77 | 77.71 | 44.33 | - |
| YUV | 222.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 159 | 0.07 | 0 | 0.33 | 0.07 | 72.47 | 0.67 | 0.77 |
| Hex | DC | EC | 9F | 7 | 0 | 21 | 7 | 48 | 43 | 4D |
| Octal | 334 | 354 | 237 | 7 | 0 | 41 | 7 | 110 | 103 | 115 |
| Binary | 11011100 | 11101100 | 10011111 | 111 | 0 | 100001 | 111 | 1001000 | 1000011 | 1001101 |
Color Harmonies of #DCEC9F
Complementary color
Monochromatic Colors of #DCEC9F
Black with #DCEC9F
Text Example
Text Example
White with #DCEC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC9F; }
p { color: rgb(220,236,159); }
H1.HeaderClassName
{
color: #DCEC9F;
}
.AnyTagClassName
{
color: #DCEC9F;
}
</style>
background-color css
<style>
a { background-color: #DCEC9F; }
a { background-color: rgb(220,236,159); }
div.DivClassName
{
background-color: #DCEC9F;
}
.BgClassName
{
background-color: #DCEC9F;
}
</style>
border-color css
<style>
span { border-color: #DCEC9F; }
span { border-color: rgb(220,236,159); }
td.TdClassName
{
border-color: #DCEC9F;
}
.TagClassName
{
border-color: #DCEC9F;
}
</style>