Shades of Reef #D6F8AB
Tints of Reef #D6F8AB
RGB
CMYK
RGB Variations
Color information
#D6F8AB (or 0xD6F8AB) is known color: Reef. HEX triplet: D6, F8 and AB. RGB value is (214,248,171). Sum of RGB (Red+Green+Blue) = 214+248+171=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F8AB is #290754. Grayscale: #E5E5E5. Windows color (decimal): -2688853 or 11270358. OLE color: 11270358.
HSL color Cylindrical-coordinate representation of color #D6F8AB: hue angle of 86.49º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6F8AB is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 171 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.03 |
| HSL | 86.49º | 0.85% | 0.82% | - |
| HSV(B) | 86.49º | 0.31% | 0.97% | - |
| XYZ | 68.65 | 84.37 | 51.2 | - |
| YUV | 229.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 171 | 0.14 | 0 | 0.31 | 0.03 | 86.49 | 0.85 | 0.82 |
| Hex | D6 | F8 | AB | E | 0 | 1F | 3 | 56 | 55 | 52 |
| Octal | 326 | 370 | 253 | 16 | 0 | 37 | 3 | 126 | 125 | 122 |
| Binary | 11010110 | 11111000 | 10101011 | 1110 | 0 | 11111 | 11 | 1010110 | 1010101 | 1010010 |
Color Harmonies of #D6F8AB
Complementary color
Monochromatic Colors of #D6F8AB
Black with #D6F8AB
Text Example
Text Example
White with #D6F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F8AB; }
p { color: rgb(214,248,171); }
H1.HeaderClassName
{
color: #D6F8AB;
}
.AnyTagClassName
{
color: #D6F8AB;
}
</style>
background-color css
<style>
a { background-color: #D6F8AB; }
a { background-color: rgb(214,248,171); }
div.DivClassName
{
background-color: #D6F8AB;
}
.BgClassName
{
background-color: #D6F8AB;
}
</style>
border-color css
<style>
span { border-color: #D6F8AB; }
span { border-color: rgb(214,248,171); }
td.TdClassName
{
border-color: #D6F8AB;
}
.TagClassName
{
border-color: #D6F8AB;
}
</style>