Shades of Reef #D2EDAB
Tints of Reef #D2EDAB
RGB
CMYK
RGB Variations
Color information
#D2EDAB (or 0xD2EDAB) is known color: Reef. HEX triplet: D2, ED and AB. RGB value is (210,237,171). Sum of RGB (Red+Green+Blue) = 210+237+171=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDAB is #2D1254. Grayscale: #DDDDDD. Windows color (decimal): -2953813 or 11267538. OLE color: 11267538.
HSL color Cylindrical-coordinate representation of color #D2EDAB: hue angle of 84.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2EDAB is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 171 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.07 |
| HSL | 84.55º | 0.65% | 0.8% | - |
| HSV(B) | 84.55º | 0.28% | 0.93% | - |
| XYZ | 64.21 | 77.21 | 50.05 | - |
| YUV | 221.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 171 | 0.11 | 0 | 0.28 | 0.07 | 84.55 | 0.65 | 0.8 |
| Hex | D2 | ED | AB | B | 0 | 1C | 7 | 55 | 41 | 50 |
| Octal | 322 | 355 | 253 | 13 | 0 | 34 | 7 | 125 | 101 | 120 |
| Binary | 11010010 | 11101101 | 10101011 | 1011 | 0 | 11100 | 111 | 1010101 | 1000001 | 1010000 |
Color Harmonies of #D2EDAB
Complementary color
Monochromatic Colors of #D2EDAB
Black with #D2EDAB
Text Example
Text Example
White with #D2EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDAB; }
p { color: rgb(210,237,171); }
H1.HeaderClassName
{
color: #D2EDAB;
}
.AnyTagClassName
{
color: #D2EDAB;
}
</style>
background-color css
<style>
a { background-color: #D2EDAB; }
a { background-color: rgb(210,237,171); }
div.DivClassName
{
background-color: #D2EDAB;
}
.BgClassName
{
background-color: #D2EDAB;
}
</style>
border-color css
<style>
span { border-color: #D2EDAB; }
span { border-color: rgb(210,237,171); }
td.TdClassName
{
border-color: #D2EDAB;
}
.TagClassName
{
border-color: #D2EDAB;
}
</style>