Shades of Reef #DCEB9E
Tints of Reef #DCEB9E
RGB
CMYK
RGB Variations
Color information
#DCEB9E (or 0xDCEB9E) is known color: Reef. HEX triplet: DC, EB and 9E. RGB value is (220,235,158). Sum of RGB (Red+Green+Blue) = 220+235+158=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9E is #231461. Grayscale: #DEDEDE. Windows color (decimal): -2298978 or 10415068. OLE color: 10415068.
HSL color Cylindrical-coordinate representation of color #DCEB9E: hue angle of 71.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCEB9E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 158 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 71.69º | 0.66% | 0.77% | - |
| HSV(B) | 71.69º | 0.33% | 0.92% | - |
| XYZ | 65.4 | 77.1 | 43.78 | - |
| YUV | 221.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 158 | 0.06 | 0 | 0.33 | 0.08 | 71.69 | 0.66 | 0.77 |
| Hex | DC | EB | 9E | 6 | 0 | 21 | 8 | 48 | 42 | 4D |
| Octal | 334 | 353 | 236 | 6 | 0 | 41 | 10 | 110 | 102 | 115 |
| Binary | 11011100 | 11101011 | 10011110 | 110 | 0 | 100001 | 1000 | 1001000 | 1000010 | 1001101 |
Color Harmonies of #DCEB9E
Complementary color
Monochromatic Colors of #DCEB9E
Black with #DCEB9E
Text Example
Text Example
White with #DCEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB9E; }
p { color: rgb(220,235,158); }
H1.HeaderClassName
{
color: #DCEB9E;
}
.AnyTagClassName
{
color: #DCEB9E;
}
</style>
background-color css
<style>
a { background-color: #DCEB9E; }
a { background-color: rgb(220,235,158); }
div.DivClassName
{
background-color: #DCEB9E;
}
.BgClassName
{
background-color: #DCEB9E;
}
</style>
border-color css
<style>
span { border-color: #DCEB9E; }
span { border-color: rgb(220,235,158); }
td.TdClassName
{
border-color: #DCEB9E;
}
.TagClassName
{
border-color: #DCEB9E;
}
</style>