Shades of Reef #DCEE9E
Tints of Reef #DCEE9E
RGB
CMYK
RGB Variations
Color information
#DCEE9E (or 0xDCEE9E) is known color: Reef. HEX triplet: DC, EE and 9E. RGB value is (220,238,158). Sum of RGB (Red+Green+Blue) = 220+238+158=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE9E is #231161. Grayscale: #DFDFDF. Windows color (decimal): -2298210 or 10415836. OLE color: 10415836.
HSL color Cylindrical-coordinate representation of color #DCEE9E: hue angle of 73.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEE9E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 158 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.07 |
| HSL | 73.5º | 0.7% | 0.78% | - |
| HSV(B) | 73.5º | 0.34% | 0.93% | - |
| XYZ | 66.26 | 78.83 | 44.07 | - |
| YUV | 223.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 158 | 0.08 | 0 | 0.34 | 0.07 | 73.5 | 0.7 | 0.78 |
| Hex | DC | EE | 9E | 8 | 0 | 22 | 7 | 4A | 46 | 4E |
| Octal | 334 | 356 | 236 | 10 | 0 | 42 | 7 | 112 | 106 | 116 |
| Binary | 11011100 | 11101110 | 10011110 | 1000 | 0 | 100010 | 111 | 1001010 | 1000110 | 1001110 |
Color Harmonies of #DCEE9E
Complementary color
Monochromatic Colors of #DCEE9E
Black with #DCEE9E
Text Example
Text Example
White with #DCEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE9E; }
p { color: rgb(220,238,158); }
H1.HeaderClassName
{
color: #DCEE9E;
}
.AnyTagClassName
{
color: #DCEE9E;
}
</style>
background-color css
<style>
a { background-color: #DCEE9E; }
a { background-color: rgb(220,238,158); }
div.DivClassName
{
background-color: #DCEE9E;
}
.BgClassName
{
background-color: #DCEE9E;
}
</style>
border-color css
<style>
span { border-color: #DCEE9E; }
span { border-color: rgb(220,238,158); }
td.TdClassName
{
border-color: #DCEE9E;
}
.TagClassName
{
border-color: #DCEE9E;
}
</style>