Shades of Reef #D2F0A6
Tints of Reef #D2F0A6
RGB
CMYK
RGB Variations
Color information
#D2F0A6 (or 0xD2F0A6) is known color: Reef. HEX triplet: D2, F0 and A6. RGB value is (210,240,166). Sum of RGB (Red+Green+Blue) = 210+240+166=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F0A6 is #2D0F59. Grayscale: #DEDEDE. Windows color (decimal): -2953050 or 10940626. OLE color: 10940626.
HSL color Cylindrical-coordinate representation of color #D2F0A6: hue angle of 84.32º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2F0A6 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 166 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.06 |
| HSL | 84.32º | 0.71% | 0.8% | - |
| HSV(B) | 84.32º | 0.31% | 0.94% | - |
| XYZ | 64.62 | 78.77 | 47.88 | - |
| YUV | 222.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 166 | 0.12 | 0 | 0.31 | 0.06 | 84.32 | 0.71 | 0.8 |
| Hex | D2 | F0 | A6 | C | 0 | 1F | 6 | 54 | 47 | 50 |
| Octal | 322 | 360 | 246 | 14 | 0 | 37 | 6 | 124 | 107 | 120 |
| Binary | 11010010 | 11110000 | 10100110 | 1100 | 0 | 11111 | 110 | 1010100 | 1000111 | 1010000 |
Color Harmonies of #D2F0A6
Complementary color
Monochromatic Colors of #D2F0A6
Black with #D2F0A6
Text Example
Text Example
White with #D2F0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0A6; }
p { color: rgb(210,240,166); }
H1.HeaderClassName
{
color: #D2F0A6;
}
.AnyTagClassName
{
color: #D2F0A6;
}
</style>
background-color css
<style>
a { background-color: #D2F0A6; }
a { background-color: rgb(210,240,166); }
div.DivClassName
{
background-color: #D2F0A6;
}
.BgClassName
{
background-color: #D2F0A6;
}
</style>
border-color css
<style>
span { border-color: #D2F0A6; }
span { border-color: rgb(210,240,166); }
td.TdClassName
{
border-color: #D2F0A6;
}
.TagClassName
{
border-color: #D2F0A6;
}
</style>