Shades of Reef #D6F8AA
Tints of Reef #D6F8AA
RGB
CMYK
RGB Variations
Color information
#D6F8AA (or 0xD6F8AA) is known color: Reef. HEX triplet: D6, F8 and AA. RGB value is (214,248,170). Sum of RGB (Red+Green+Blue) = 214+248+170=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F8AA is #290755. Grayscale: #E5E5E5. Windows color (decimal): -2688854 or 11204822. OLE color: 11204822.
HSL color Cylindrical-coordinate representation of color #D6F8AA: hue angle of 86.15º 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 #D6F8AA is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 170 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.03 |
| HSL | 86.15º | 0.85% | 0.82% | - |
| HSV(B) | 86.15º | 0.31% | 0.97% | - |
| XYZ | 68.55 | 84.33 | 50.69 | - |
| YUV | 228.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 170 | 0.14 | 0 | 0.31 | 0.03 | 86.15 | 0.85 | 0.82 |
| Hex | D6 | F8 | AA | E | 0 | 1F | 3 | 56 | 55 | 52 |
| Octal | 326 | 370 | 252 | 16 | 0 | 37 | 3 | 126 | 125 | 122 |
| Binary | 11010110 | 11111000 | 10101010 | 1110 | 0 | 11111 | 11 | 1010110 | 1010101 | 1010010 |
Color Harmonies of #D6F8AA
Complementary color
Monochromatic Colors of #D6F8AA
Black with #D6F8AA
Text Example
Text Example
White with #D6F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F8AA; }
p { color: rgb(214,248,170); }
H1.HeaderClassName
{
color: #D6F8AA;
}
.AnyTagClassName
{
color: #D6F8AA;
}
</style>
background-color css
<style>
a { background-color: #D6F8AA; }
a { background-color: rgb(214,248,170); }
div.DivClassName
{
background-color: #D6F8AA;
}
.BgClassName
{
background-color: #D6F8AA;
}
</style>
border-color css
<style>
span { border-color: #D6F8AA; }
span { border-color: rgb(214,248,170); }
td.TdClassName
{
border-color: #D6F8AA;
}
.TagClassName
{
border-color: #D6F8AA;
}
</style>