Shades of Reef #D2DE9F
Tints of Reef #D2DE9F
RGB
CMYK
RGB Variations
Color information
#D2DE9F (or 0xD2DE9F) is known color: Reef. HEX triplet: D2, DE and 9F. RGB value is (210,222,159). Sum of RGB (Red+Green+Blue) = 210+222+159=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE9F is #2D2160. Grayscale: #D3D3D3. Windows color (decimal): -2957665 or 10477266. OLE color: 10477266.
HSL color Cylindrical-coordinate representation of color #D2DE9F: hue angle of 71.43º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2DE9F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 159 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 71.43º | 0.49% | 0.75% | - |
| HSV(B) | 71.43º | 0.28% | 0.87% | - |
| XYZ | 58.96 | 68.45 | 42.91 | - |
| YUV | 211.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 159 | 0.05 | 0 | 0.28 | 0.13 | 71.43 | 0.49 | 0.75 |
| Hex | D2 | DE | 9F | 5 | 0 | 1C | D | 47 | 31 | 4B |
| Octal | 322 | 336 | 237 | 5 | 0 | 34 | 15 | 107 | 61 | 113 |
| Binary | 11010010 | 11011110 | 10011111 | 101 | 0 | 11100 | 1101 | 1000111 | 110001 | 1001011 |
Color Harmonies of #D2DE9F
Complementary color
Monochromatic Colors of #D2DE9F
Black with #D2DE9F
Text Example
Text Example
White with #D2DE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DE9F; }
p { color: rgb(210,222,159); }
H1.HeaderClassName
{
color: #D2DE9F;
}
.AnyTagClassName
{
color: #D2DE9F;
}
</style>
background-color css
<style>
a { background-color: #D2DE9F; }
a { background-color: rgb(210,222,159); }
div.DivClassName
{
background-color: #D2DE9F;
}
.BgClassName
{
background-color: #D2DE9F;
}
</style>
border-color css
<style>
span { border-color: #D2DE9F; }
span { border-color: rgb(210,222,159); }
td.TdClassName
{
border-color: #D2DE9F;
}
.TagClassName
{
border-color: #D2DE9F;
}
</style>