Shades of Reef #D8F4AA
Tints of Reef #D8F4AA
RGB
CMYK
RGB Variations
Color information
#D8F4AA (or 0xD8F4AA) is known color: Reef. HEX triplet: D8, F4 and AA. RGB value is (216,244,170). Sum of RGB (Red+Green+Blue) = 216+244+170=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F4AA is #270B55. Grayscale: #E3E3E3. Windows color (decimal): -2558806 or 11203800. OLE color: 11203800.
HSL color Cylindrical-coordinate representation of color #D8F4AA: hue angle of 82.7º 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 #D8F4AA is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 170 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.04 |
| HSL | 82.7º | 0.77% | 0.81% | - |
| HSV(B) | 82.7º | 0.3% | 0.96% | - |
| XYZ | 67.93 | 82.2 | 50.32 | - |
| YUV | 227.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 170 | 0.11 | 0 | 0.30 | 0.04 | 82.7 | 0.77 | 0.81 |
| Hex | D8 | F4 | AA | B | 0 | 1E | 4 | 53 | 4D | 51 |
| Octal | 330 | 364 | 252 | 13 | 0 | 36 | 4 | 123 | 115 | 121 |
| Binary | 11011000 | 11110100 | 10101010 | 1011 | 0 | 11110 | 100 | 1010011 | 1001101 | 1010001 |
Color Harmonies of #D8F4AA
Complementary color
Monochromatic Colors of #D8F4AA
Black with #D8F4AA
Text Example
Text Example
White with #D8F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F4AA; }
p { color: rgb(216,244,170); }
H1.HeaderClassName
{
color: #D8F4AA;
}
.AnyTagClassName
{
color: #D8F4AA;
}
</style>
background-color css
<style>
a { background-color: #D8F4AA; }
a { background-color: rgb(216,244,170); }
div.DivClassName
{
background-color: #D8F4AA;
}
.BgClassName
{
background-color: #D8F4AA;
}
</style>
border-color css
<style>
span { border-color: #D8F4AA; }
span { border-color: rgb(216,244,170); }
td.TdClassName
{
border-color: #D8F4AA;
}
.TagClassName
{
border-color: #D8F4AA;
}
</style>