Shades of Reef #D2FDA2
Tints of Reef #D2FDA2
RGB
CMYK
RGB Variations
Color information
#D2FDA2 (or 0xD2FDA2) is known color: Reef. HEX triplet: D2, FD and A2. RGB value is (210,253,162). Sum of RGB (Red+Green+Blue) = 210+253+162=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDA2 is #2D025D. Grayscale: #E6E6E6. Windows color (decimal): -2949726 or 10681810. OLE color: 10681810.
HSL color Cylindrical-coordinate representation of color #D2FDA2: hue angle of 88.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2FDA2 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 162 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.01 |
| HSL | 88.35º | 0.96% | 0.81% | - |
| HSV(B) | 88.35º | 0.36% | 0.99% | - |
| XYZ | 68.23 | 86.56 | 47.29 | - |
| YUV | 229.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 162 | 0.17 | 0 | 0.36 | 0.01 | 88.35 | 0.96 | 0.81 |
| Hex | D2 | FD | A2 | 11 | 0 | 24 | 1 | 58 | 60 | 51 |
| Octal | 322 | 375 | 242 | 21 | 0 | 44 | 1 | 130 | 140 | 121 |
| Binary | 11010010 | 11111101 | 10100010 | 10001 | 0 | 100100 | 1 | 1011000 | 1100000 | 1010001 |
Color Harmonies of #D2FDA2
Complementary color
Monochromatic Colors of #D2FDA2
Black with #D2FDA2
Text Example
Text Example
White with #D2FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDA2; }
p { color: rgb(210,253,162); }
H1.HeaderClassName
{
color: #D2FDA2;
}
.AnyTagClassName
{
color: #D2FDA2;
}
</style>
background-color css
<style>
a { background-color: #D2FDA2; }
a { background-color: rgb(210,253,162); }
div.DivClassName
{
background-color: #D2FDA2;
}
.BgClassName
{
background-color: #D2FDA2;
}
</style>
border-color css
<style>
span { border-color: #D2FDA2; }
span { border-color: rgb(210,253,162); }
td.TdClassName
{
border-color: #D2FDA2;
}
.TagClassName
{
border-color: #D2FDA2;
}
</style>