Shades of Reef #D5DF9E
Tints of Reef #D5DF9E
RGB
CMYK
RGB Variations
Color information
#D5DF9E (or 0xD5DF9E) is known color: Reef. HEX triplet: D5, DF and 9E. RGB value is (213,223,158). Sum of RGB (Red+Green+Blue) = 213+223+158=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF9E is #2A2061. Grayscale: #D4D4D4. Windows color (decimal): -2760802 or 10411989. OLE color: 10411989.
HSL color Cylindrical-coordinate representation of color #D5DF9E: hue angle of 69.23º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DF9E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 158 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 69.23º | 0.5% | 0.75% | - |
| HSV(B) | 69.23º | 0.29% | 0.87% | - |
| XYZ | 60 | 69.39 | 42.58 | - |
| YUV | 212.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 158 | 0.04 | 0 | 0.29 | 0.13 | 69.23 | 0.5 | 0.75 |
| Hex | D5 | DF | 9E | 4 | 0 | 1D | D | 45 | 32 | 4B |
| Octal | 325 | 337 | 236 | 4 | 0 | 35 | 15 | 105 | 62 | 113 |
| Binary | 11010101 | 11011111 | 10011110 | 100 | 0 | 11101 | 1101 | 1000101 | 110010 | 1001011 |
Color Harmonies of #D5DF9E
Complementary color
Monochromatic Colors of #D5DF9E
Black with #D5DF9E
Text Example
Text Example
White with #D5DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF9E; }
p { color: rgb(213,223,158); }
H1.HeaderClassName
{
color: #D5DF9E;
}
.AnyTagClassName
{
color: #D5DF9E;
}
</style>
background-color css
<style>
a { background-color: #D5DF9E; }
a { background-color: rgb(213,223,158); }
div.DivClassName
{
background-color: #D5DF9E;
}
.BgClassName
{
background-color: #D5DF9E;
}
</style>
border-color css
<style>
span { border-color: #D5DF9E; }
span { border-color: rgb(213,223,158); }
td.TdClassName
{
border-color: #D5DF9E;
}
.TagClassName
{
border-color: #D5DF9E;
}
</style>