Shades of Reef #D2F6AB
Tints of Reef #D2F6AB
RGB
CMYK
RGB Variations
Color information
#D2F6AB (or 0xD2F6AB) is known color: Reef. HEX triplet: D2, F6 and AB. RGB value is (210,246,171). Sum of RGB (Red+Green+Blue) = 210+246+171=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F6AB is #2D0954. Grayscale: #E2E2E2. Windows color (decimal): -2951509 or 11269842. OLE color: 11269842.
HSL color Cylindrical-coordinate representation of color #D2F6AB: hue angle of 88.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F6AB is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 171 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.04 |
| HSL | 88.8º | 0.81% | 0.82% | - |
| HSV(B) | 88.8º | 0.3% | 0.96% | - |
| XYZ | 66.88 | 82.55 | 50.94 | - |
| YUV | 226.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 171 | 0.15 | 0 | 0.30 | 0.04 | 88.8 | 0.81 | 0.82 |
| Hex | D2 | F6 | AB | F | 0 | 1E | 4 | 59 | 51 | 52 |
| Octal | 322 | 366 | 253 | 17 | 0 | 36 | 4 | 131 | 121 | 122 |
| Binary | 11010010 | 11110110 | 10101011 | 1111 | 0 | 11110 | 100 | 1011001 | 1010001 | 1010010 |
Color Harmonies of #D2F6AB
Complementary color
Monochromatic Colors of #D2F6AB
Black with #D2F6AB
Text Example
Text Example
White with #D2F6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F6AB; }
p { color: rgb(210,246,171); }
H1.HeaderClassName
{
color: #D2F6AB;
}
.AnyTagClassName
{
color: #D2F6AB;
}
</style>
background-color css
<style>
a { background-color: #D2F6AB; }
a { background-color: rgb(210,246,171); }
div.DivClassName
{
background-color: #D2F6AB;
}
.BgClassName
{
background-color: #D2F6AB;
}
</style>
border-color css
<style>
span { border-color: #D2F6AB; }
span { border-color: rgb(210,246,171); }
td.TdClassName
{
border-color: #D2F6AB;
}
.TagClassName
{
border-color: #D2F6AB;
}
</style>