Shades of Reef #DCEC9D
Tints of Reef #DCEC9D
RGB
CMYK
RGB Variations
Color information
#DCEC9D (or 0xDCEC9D) is known color: Reef. HEX triplet: DC, EC and 9D. RGB value is (220,236,157). Sum of RGB (Red+Green+Blue) = 220+236+157=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC9D is #231362. Grayscale: #DEDEDE. Windows color (decimal): -2298723 or 10349788. OLE color: 10349788.
HSL color Cylindrical-coordinate representation of color #DCEC9D: hue angle of 72.15º degrees, saturation: 0.68, 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 #DCEC9D is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 157 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.07 |
| HSL | 72.15º | 0.68% | 0.77% | - |
| HSV(B) | 72.15º | 0.33% | 0.93% | - |
| XYZ | 65.6 | 77.64 | 43.43 | - |
| YUV | 222.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 157 | 0.07 | 0 | 0.33 | 0.07 | 72.15 | 0.68 | 0.77 |
| Hex | DC | EC | 9D | 7 | 0 | 21 | 7 | 48 | 44 | 4D |
| Octal | 334 | 354 | 235 | 7 | 0 | 41 | 7 | 110 | 104 | 115 |
| Binary | 11011100 | 11101100 | 10011101 | 111 | 0 | 100001 | 111 | 1001000 | 1000100 | 1001101 |
Color Harmonies of #DCEC9D
Complementary color
Monochromatic Colors of #DCEC9D
Black with #DCEC9D
Text Example
Text Example
White with #DCEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC9D; }
p { color: rgb(220,236,157); }
H1.HeaderClassName
{
color: #DCEC9D;
}
.AnyTagClassName
{
color: #DCEC9D;
}
</style>
background-color css
<style>
a { background-color: #DCEC9D; }
a { background-color: rgb(220,236,157); }
div.DivClassName
{
background-color: #DCEC9D;
}
.BgClassName
{
background-color: #DCEC9D;
}
</style>
border-color css
<style>
span { border-color: #DCEC9D; }
span { border-color: rgb(220,236,157); }
td.TdClassName
{
border-color: #DCEC9D;
}
.TagClassName
{
border-color: #DCEC9D;
}
</style>