Shades of Reef #D5E69E
Tints of Reef #D5E69E
RGB
CMYK
RGB Variations
Color information
#D5E69E (or 0xD5E69E) is known color: Reef. HEX triplet: D5, E6 and 9E. RGB value is (213,230,158). Sum of RGB (Red+Green+Blue) = 213+230+158=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E69E is #2A1961. Grayscale: #D8D8D8. Windows color (decimal): -2759010 or 10413781. OLE color: 10413781.
HSL color Cylindrical-coordinate representation of color #D5E69E: hue angle of 74.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5E69E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 158 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.10 |
| HSL | 74.17º | 0.59% | 0.76% | - |
| HSV(B) | 74.17º | 0.31% | 0.9% | - |
| XYZ | 61.91 | 73.21 | 43.22 | - |
| YUV | 216.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 158 | 0.07 | 0 | 0.31 | 0.10 | 74.17 | 0.59 | 0.76 |
| Hex | D5 | E6 | 9E | 7 | 0 | 1F | A | 4A | 3B | 4C |
| Octal | 325 | 346 | 236 | 7 | 0 | 37 | 12 | 112 | 73 | 114 |
| Binary | 11010101 | 11100110 | 10011110 | 111 | 0 | 11111 | 1010 | 1001010 | 111011 | 1001100 |
Color Harmonies of #D5E69E
Complementary color
Monochromatic Colors of #D5E69E
Black with #D5E69E
Text Example
Text Example
White with #D5E69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E69E; }
p { color: rgb(213,230,158); }
H1.HeaderClassName
{
color: #D5E69E;
}
.AnyTagClassName
{
color: #D5E69E;
}
</style>
background-color css
<style>
a { background-color: #D5E69E; }
a { background-color: rgb(213,230,158); }
div.DivClassName
{
background-color: #D5E69E;
}
.BgClassName
{
background-color: #D5E69E;
}
</style>
border-color css
<style>
span { border-color: #D5E69E; }
span { border-color: rgb(213,230,158); }
td.TdClassName
{
border-color: #D5E69E;
}
.TagClassName
{
border-color: #D5E69E;
}
</style>