Shades of Reef #D2F2AA
Tints of Reef #D2F2AA
RGB
CMYK
RGB Variations
Color information
#D2F2AA (or 0xD2F2AA) is known color: Reef. HEX triplet: D2, F2 and AA. RGB value is (210,242,170). Sum of RGB (Red+Green+Blue) = 210+242+170=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2AA is #2D0D55. Grayscale: #E0E0E0. Windows color (decimal): -2952534 or 11203282. OLE color: 11203282.
HSL color Cylindrical-coordinate representation of color #D2F2AA: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F2AA is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 170 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.05 |
| HSL | 86.67º | 0.73% | 0.81% | - |
| HSV(B) | 86.67º | 0.3% | 0.95% | - |
| XYZ | 65.59 | 80.11 | 50.04 | - |
| YUV | 224.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 170 | 0.13 | 0 | 0.30 | 0.05 | 86.67 | 0.73 | 0.81 |
| Hex | D2 | F2 | AA | D | 0 | 1E | 5 | 57 | 49 | 51 |
| Octal | 322 | 362 | 252 | 15 | 0 | 36 | 5 | 127 | 111 | 121 |
| Binary | 11010010 | 11110010 | 10101010 | 1101 | 0 | 11110 | 101 | 1010111 | 1001001 | 1010001 |
Color Harmonies of #D2F2AA
Complementary color
Monochromatic Colors of #D2F2AA
Black with #D2F2AA
Text Example
Text Example
White with #D2F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2AA; }
p { color: rgb(210,242,170); }
H1.HeaderClassName
{
color: #D2F2AA;
}
.AnyTagClassName
{
color: #D2F2AA;
}
</style>
background-color css
<style>
a { background-color: #D2F2AA; }
a { background-color: rgb(210,242,170); }
div.DivClassName
{
background-color: #D2F2AA;
}
.BgClassName
{
background-color: #D2F2AA;
}
</style>
border-color css
<style>
span { border-color: #D2F2AA; }
span { border-color: rgb(210,242,170); }
td.TdClassName
{
border-color: #D2F2AA;
}
.TagClassName
{
border-color: #D2F2AA;
}
</style>