Shades of Reef #D2E696
Tints of Reef #D2E696
RGB
CMYK
RGB Variations
Color information
#D2E696 (or 0xD2E696) is known color: Reef. HEX triplet: D2, E6 and 96. RGB value is (210,230,150). Sum of RGB (Red+Green+Blue) = 210+230+150=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E696 is #2D1969. Grayscale: #D7D7D7. Windows color (decimal): -2955626 or 9889490. OLE color: 9889490.
HSL color Cylindrical-coordinate representation of color #D2E696: hue angle of 75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2E696 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 150 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.10 |
| HSL | 75º | 0.62% | 0.75% | - |
| HSV(B) | 75º | 0.35% | 0.9% | - |
| XYZ | 60.38 | 72.5 | 39.67 | - |
| YUV | 214.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 150 | 0.09 | 0 | 0.35 | 0.10 | 75 | 0.62 | 0.75 |
| Hex | D2 | E6 | 96 | 9 | 0 | 23 | A | 4B | 3E | 4B |
| Octal | 322 | 346 | 226 | 11 | 0 | 43 | 12 | 113 | 76 | 113 |
| Binary | 11010010 | 11100110 | 10010110 | 1001 | 0 | 100011 | 1010 | 1001011 | 111110 | 1001011 |
Color Harmonies of #D2E696
Complementary color
Monochromatic Colors of #D2E696
Black with #D2E696
Text Example
Text Example
White with #D2E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E696; }
p { color: rgb(210,230,150); }
H1.HeaderClassName
{
color: #D2E696;
}
.AnyTagClassName
{
color: #D2E696;
}
</style>
background-color css
<style>
a { background-color: #D2E696; }
a { background-color: rgb(210,230,150); }
div.DivClassName
{
background-color: #D2E696;
}
.BgClassName
{
background-color: #D2E696;
}
</style>
border-color css
<style>
span { border-color: #D2E696; }
span { border-color: rgb(210,230,150); }
td.TdClassName
{
border-color: #D2E696;
}
.TagClassName
{
border-color: #D2E696;
}
</style>