Shades of Reef #D2EDAF
Tints of Reef #D2EDAF
RGB
CMYK
RGB Variations
Color information
#D2EDAF (or 0xD2EDAF) is known color: Reef. HEX triplet: D2, ED and AF. RGB value is (210,237,175). Sum of RGB (Red+Green+Blue) = 210+237+175=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDAF is #2D1250. Grayscale: #DEDEDE. Windows color (decimal): -2953809 or 11529682. OLE color: 11529682.
HSL color Cylindrical-coordinate representation of color #D2EDAF: hue angle of 86.13º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2EDAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 175 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 86.13º | 0.63% | 0.81% | - |
| HSV(B) | 86.13º | 0.26% | 0.93% | - |
| XYZ | 64.6 | 77.37 | 52.09 | - |
| YUV | 221.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 175 | 0.11 | 0 | 0.26 | 0.07 | 86.13 | 0.63 | 0.81 |
| Hex | D2 | ED | AF | B | 0 | 1A | 7 | 56 | 3F | 51 |
| Octal | 322 | 355 | 257 | 13 | 0 | 32 | 7 | 126 | 77 | 121 |
| Binary | 11010010 | 11101101 | 10101111 | 1011 | 0 | 11010 | 111 | 1010110 | 111111 | 1010001 |
Color Harmonies of #D2EDAF
Complementary color
Monochromatic Colors of #D2EDAF
Black with #D2EDAF
Text Example
Text Example
White with #D2EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDAF; }
p { color: rgb(210,237,175); }
H1.HeaderClassName
{
color: #D2EDAF;
}
.AnyTagClassName
{
color: #D2EDAF;
}
</style>
background-color css
<style>
a { background-color: #D2EDAF; }
a { background-color: rgb(210,237,175); }
div.DivClassName
{
background-color: #D2EDAF;
}
.BgClassName
{
background-color: #D2EDAF;
}
</style>
border-color css
<style>
span { border-color: #D2EDAF; }
span { border-color: rgb(210,237,175); }
td.TdClassName
{
border-color: #D2EDAF;
}
.TagClassName
{
border-color: #D2EDAF;
}
</style>