Shades of Reef #D6FFAE
Tints of Reef #D6FFAE
RGB
CMYK
RGB Variations
Color information
#D6FFAE (or 0xD6FFAE) is known color: Reef. HEX triplet: D6, FF and AE. RGB value is (214,255,174). Sum of RGB (Red+Green+Blue) = 214+255+174=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAE is #290051. Grayscale: #E9E9E9. Windows color (decimal): -2687058 or 11468758. OLE color: 11468758.
HSL color Cylindrical-coordinate representation of color #D6FFAE: hue angle of 90.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FFAE is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 174 | - |
| CMYK | 0.16 | 0 | 0.32 | 0 |
| HSL | 90.37º | 1% | 0.84% | - |
| HSV(B) | 90.37º | 0.32% | 1% | - |
| XYZ | 71.13 | 88.87 | 53.45 | - |
| YUV | 233.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 174 | 0.16 | 0 | 0.32 | 0 | 90.37 | 1 | 0.84 |
| Hex | D6 | FF | AE | 10 | 0 | 20 | 0 | 5A | 64 | 54 |
| Octal | 326 | 377 | 256 | 20 | 0 | 40 | 0 | 132 | 144 | 124 |
| Binary | 11010110 | 11111111 | 10101110 | 10000 | 0 | 100000 | 0 | 1011010 | 1100100 | 1010100 |
Color Harmonies of #D6FFAE
Complementary color
Monochromatic Colors of #D6FFAE
Black with #D6FFAE
Text Example
Text Example
White with #D6FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFAE; }
p { color: rgb(214,255,174); }
H1.HeaderClassName
{
color: #D6FFAE;
}
.AnyTagClassName
{
color: #D6FFAE;
}
</style>
background-color css
<style>
a { background-color: #D6FFAE; }
a { background-color: rgb(214,255,174); }
div.DivClassName
{
background-color: #D6FFAE;
}
.BgClassName
{
background-color: #D6FFAE;
}
</style>
border-color css
<style>
span { border-color: #D6FFAE; }
span { border-color: rgb(214,255,174); }
td.TdClassName
{
border-color: #D6FFAE;
}
.TagClassName
{
border-color: #D6FFAE;
}
</style>