Shades of Reef #D5EE9D
Tints of Reef #D5EE9D
RGB
CMYK
RGB Variations
Color information
#D5EE9D (or 0xD5EE9D) is known color: Reef. HEX triplet: D5, EE and 9D. RGB value is (213,238,157). Sum of RGB (Red+Green+Blue) = 213+238+157=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE9D is #2A1162. Grayscale: #DDDDDD. Windows color (decimal): -2756963 or 10350293. OLE color: 10350293.
HSL color Cylindrical-coordinate representation of color #D5EE9D: hue angle of 78.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5EE9D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 157 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.07 |
| HSL | 78.52º | 0.7% | 0.77% | - |
| HSV(B) | 78.52º | 0.34% | 0.93% | - |
| XYZ | 64.1 | 77.73 | 43.52 | - |
| YUV | 221.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 157 | 0.11 | 0 | 0.34 | 0.07 | 78.52 | 0.7 | 0.77 |
| Hex | D5 | EE | 9D | B | 0 | 22 | 7 | 4F | 46 | 4D |
| Octal | 325 | 356 | 235 | 13 | 0 | 42 | 7 | 117 | 106 | 115 |
| Binary | 11010101 | 11101110 | 10011101 | 1011 | 0 | 100010 | 111 | 1001111 | 1000110 | 1001101 |
Color Harmonies of #D5EE9D
Complementary color
Monochromatic Colors of #D5EE9D
Black with #D5EE9D
Text Example
Text Example
White with #D5EE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE9D; }
p { color: rgb(213,238,157); }
H1.HeaderClassName
{
color: #D5EE9D;
}
.AnyTagClassName
{
color: #D5EE9D;
}
</style>
background-color css
<style>
a { background-color: #D5EE9D; }
a { background-color: rgb(213,238,157); }
div.DivClassName
{
background-color: #D5EE9D;
}
.BgClassName
{
background-color: #D5EE9D;
}
</style>
border-color css
<style>
span { border-color: #D5EE9D; }
span { border-color: rgb(213,238,157); }
td.TdClassName
{
border-color: #D5EE9D;
}
.TagClassName
{
border-color: #D5EE9D;
}
</style>