Shades of Reef #D6F6AB
Tints of Reef #D6F6AB
RGB
CMYK
RGB Variations
Color information
#D6F6AB (or 0xD6F6AB) is known color: Reef. HEX triplet: D6, F6 and AB. RGB value is (214,246,171). Sum of RGB (Red+Green+Blue) = 214+246+171=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F6AB is #290954. Grayscale: #E4E4E4. Windows color (decimal): -2689365 or 11269846. OLE color: 11269846.
HSL color Cylindrical-coordinate representation of color #D6F6AB: hue angle of 85.6º 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 #D6F6AB is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 171 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.04 |
| HSL | 85.6º | 0.81% | 0.82% | - |
| HSV(B) | 85.6º | 0.3% | 0.96% | - |
| XYZ | 68.04 | 83.15 | 50.99 | - |
| YUV | 227.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 171 | 0.13 | 0 | 0.30 | 0.04 | 85.6 | 0.81 | 0.82 |
| Hex | D6 | F6 | AB | D | 0 | 1E | 4 | 56 | 51 | 52 |
| Octal | 326 | 366 | 253 | 15 | 0 | 36 | 4 | 126 | 121 | 122 |
| Binary | 11010110 | 11110110 | 10101011 | 1101 | 0 | 11110 | 100 | 1010110 | 1010001 | 1010010 |
Color Harmonies of #D6F6AB
Complementary color
Monochromatic Colors of #D6F6AB
Black with #D6F6AB
Text Example
Text Example
White with #D6F6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6AB; }
p { color: rgb(214,246,171); }
H1.HeaderClassName
{
color: #D6F6AB;
}
.AnyTagClassName
{
color: #D6F6AB;
}
</style>
background-color css
<style>
a { background-color: #D6F6AB; }
a { background-color: rgb(214,246,171); }
div.DivClassName
{
background-color: #D6F6AB;
}
.BgClassName
{
background-color: #D6F6AB;
}
</style>
border-color css
<style>
span { border-color: #D6F6AB; }
span { border-color: rgb(214,246,171); }
td.TdClassName
{
border-color: #D6F6AB;
}
.TagClassName
{
border-color: #D6F6AB;
}
</style>