Shades of Reef #DCEA9E
Tints of Reef #DCEA9E
RGB
CMYK
RGB Variations
Color information
#DCEA9E (or 0xDCEA9E) is known color: Reef. HEX triplet: DC, EA and 9E. RGB value is (220,234,158). Sum of RGB (Red+Green+Blue) = 220+234+158=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA9E is #231561. Grayscale: #DDDDDD. Windows color (decimal): -2299234 or 10414812. OLE color: 10414812.
HSL color Cylindrical-coordinate representation of color #DCEA9E: hue angle of 71.05º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEA9E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 158 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.08 |
| HSL | 71.05º | 0.64% | 0.77% | - |
| HSV(B) | 71.05º | 0.32% | 0.92% | - |
| XYZ | 65.11 | 76.53 | 43.69 | - |
| YUV | 221.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 158 | 0.06 | 0 | 0.32 | 0.08 | 71.05 | 0.64 | 0.77 |
| Hex | DC | EA | 9E | 6 | 0 | 20 | 8 | 47 | 40 | 4D |
| Octal | 334 | 352 | 236 | 6 | 0 | 40 | 10 | 107 | 100 | 115 |
| Binary | 11011100 | 11101010 | 10011110 | 110 | 0 | 100000 | 1000 | 1000111 | 1000000 | 1001101 |
Color Harmonies of #DCEA9E
Complementary color
Monochromatic Colors of #DCEA9E
Black with #DCEA9E
Text Example
Text Example
White with #DCEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA9E; }
p { color: rgb(220,234,158); }
H1.HeaderClassName
{
color: #DCEA9E;
}
.AnyTagClassName
{
color: #DCEA9E;
}
</style>
background-color css
<style>
a { background-color: #DCEA9E; }
a { background-color: rgb(220,234,158); }
div.DivClassName
{
background-color: #DCEA9E;
}
.BgClassName
{
background-color: #DCEA9E;
}
</style>
border-color css
<style>
span { border-color: #DCEA9E; }
span { border-color: rgb(220,234,158); }
td.TdClassName
{
border-color: #DCEA9E;
}
.TagClassName
{
border-color: #DCEA9E;
}
</style>