Shades of Reef #D6F4AA
Tints of Reef #D6F4AA
RGB
CMYK
RGB Variations
Color information
#D6F4AA (or 0xD6F4AA) is known color: Reef. HEX triplet: D6, F4 and AA. RGB value is (214,244,170). Sum of RGB (Red+Green+Blue) = 214+244+170=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F4AA is #290B55. Grayscale: #E2E2E2. Windows color (decimal): -2689878 or 11203798. OLE color: 11203798.
HSL color Cylindrical-coordinate representation of color #D6F4AA: hue angle of 84.32º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6F4AA is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 170 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.04 |
| HSL | 84.32º | 0.77% | 0.81% | - |
| HSV(B) | 84.32º | 0.3% | 0.96% | - |
| XYZ | 67.34 | 81.9 | 50.29 | - |
| YUV | 226.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 170 | 0.12 | 0 | 0.30 | 0.04 | 84.32 | 0.77 | 0.81 |
| Hex | D6 | F4 | AA | C | 0 | 1E | 4 | 54 | 4D | 51 |
| Octal | 326 | 364 | 252 | 14 | 0 | 36 | 4 | 124 | 115 | 121 |
| Binary | 11010110 | 11110100 | 10101010 | 1100 | 0 | 11110 | 100 | 1010100 | 1001101 | 1010001 |
Color Harmonies of #D6F4AA
Complementary color
Monochromatic Colors of #D6F4AA
Black with #D6F4AA
Text Example
Text Example
White with #D6F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F4AA; }
p { color: rgb(214,244,170); }
H1.HeaderClassName
{
color: #D6F4AA;
}
.AnyTagClassName
{
color: #D6F4AA;
}
</style>
background-color css
<style>
a { background-color: #D6F4AA; }
a { background-color: rgb(214,244,170); }
div.DivClassName
{
background-color: #D6F4AA;
}
.BgClassName
{
background-color: #D6F4AA;
}
</style>
border-color css
<style>
span { border-color: #D6F4AA; }
span { border-color: rgb(214,244,170); }
td.TdClassName
{
border-color: #D6F4AA;
}
.TagClassName
{
border-color: #D6F4AA;
}
</style>