Shades of Reef #D7F2AE
Tints of Reef #D7F2AE
RGB
CMYK
RGB Variations
Color information
#D7F2AE (or 0xD7F2AE) is known color: Reef. HEX triplet: D7, F2 and AE. RGB value is (215,242,174). Sum of RGB (Red+Green+Blue) = 215+242+174=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F2AE is #280D51. Grayscale: #E2E2E2. Windows color (decimal): -2624850 or 11465431. OLE color: 11465431.
HSL color Cylindrical-coordinate representation of color #D7F2AE: hue angle of 83.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7F2AE is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 174 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.05 |
| HSL | 83.82º | 0.72% | 0.82% | - |
| HSV(B) | 83.82º | 0.28% | 0.95% | - |
| XYZ | 67.42 | 81.01 | 52.13 | - |
| YUV | 226.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 174 | 0.11 | 0 | 0.28 | 0.05 | 83.82 | 0.72 | 0.82 |
| Hex | D7 | F2 | AE | B | 0 | 1C | 5 | 54 | 48 | 52 |
| Octal | 327 | 362 | 256 | 13 | 0 | 34 | 5 | 124 | 110 | 122 |
| Binary | 11010111 | 11110010 | 10101110 | 1011 | 0 | 11100 | 101 | 1010100 | 1001000 | 1010010 |
Color Harmonies of #D7F2AE
Complementary color
Monochromatic Colors of #D7F2AE
Black with #D7F2AE
Text Example
Text Example
White with #D7F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2AE; }
p { color: rgb(215,242,174); }
H1.HeaderClassName
{
color: #D7F2AE;
}
.AnyTagClassName
{
color: #D7F2AE;
}
</style>
background-color css
<style>
a { background-color: #D7F2AE; }
a { background-color: rgb(215,242,174); }
div.DivClassName
{
background-color: #D7F2AE;
}
.BgClassName
{
background-color: #D7F2AE;
}
</style>
border-color css
<style>
span { border-color: #D7F2AE; }
span { border-color: rgb(215,242,174); }
td.TdClassName
{
border-color: #D7F2AE;
}
.TagClassName
{
border-color: #D7F2AE;
}
</style>