Shades of Reef #D2DF9E
Tints of Reef #D2DF9E
RGB
CMYK
RGB Variations
Color information
#D2DF9E (or 0xD2DF9E) is known color: Reef. HEX triplet: D2, DF and 9E. RGB value is (210,223,158). Sum of RGB (Red+Green+Blue) = 210+223+158=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DF9E is #2D2061. Grayscale: #D3D3D3. Windows color (decimal): -2957410 or 10411986. OLE color: 10411986.
HSL color Cylindrical-coordinate representation of color #D2DF9E: hue angle of 72º 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 #D2DF9E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 158 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.13 |
| HSL | 72º | 0.5% | 0.75% | - |
| HSV(B) | 72º | 0.29% | 0.87% | - |
| XYZ | 59.14 | 68.95 | 42.54 | - |
| YUV | 211.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 158 | 0.06 | 0 | 0.29 | 0.13 | 72 | 0.5 | 0.75 |
| Hex | D2 | DF | 9E | 6 | 0 | 1D | D | 48 | 32 | 4B |
| Octal | 322 | 337 | 236 | 6 | 0 | 35 | 15 | 110 | 62 | 113 |
| Binary | 11010010 | 11011111 | 10011110 | 110 | 0 | 11101 | 1101 | 1001000 | 110010 | 1001011 |
Color Harmonies of #D2DF9E
Complementary color
Monochromatic Colors of #D2DF9E
Black with #D2DF9E
Text Example
Text Example
White with #D2DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF9E; }
p { color: rgb(210,223,158); }
H1.HeaderClassName
{
color: #D2DF9E;
}
.AnyTagClassName
{
color: #D2DF9E;
}
</style>
background-color css
<style>
a { background-color: #D2DF9E; }
a { background-color: rgb(210,223,158); }
div.DivClassName
{
background-color: #D2DF9E;
}
.BgClassName
{
background-color: #D2DF9E;
}
</style>
border-color css
<style>
span { border-color: #D2DF9E; }
span { border-color: rgb(210,223,158); }
td.TdClassName
{
border-color: #D2DF9E;
}
.TagClassName
{
border-color: #D2DF9E;
}
</style>