Shades of Reef #D6EEAE
Tints of Reef #D6EEAE
RGB
CMYK
RGB Variations
Color information
#D6EEAE (or 0xD6EEAE) is known color: Reef. HEX triplet: D6, EE and AE. RGB value is (214,238,174). Sum of RGB (Red+Green+Blue) = 214+238+174=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAE is #291151. Grayscale: #DFDFDF. Windows color (decimal): -2691410 or 11464406. OLE color: 11464406.
HSL color Cylindrical-coordinate representation of color #D6EEAE: hue angle of 82.5º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6EEAE is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 174 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.07 |
| HSL | 82.5º | 0.65% | 0.81% | - |
| HSV(B) | 82.5º | 0.27% | 0.93% | - |
| XYZ | 65.95 | 78.5 | 51.72 | - |
| YUV | 223.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 174 | 0.10 | 0 | 0.27 | 0.07 | 82.5 | 0.65 | 0.81 |
| Hex | D6 | EE | AE | A | 0 | 1B | 7 | 52 | 41 | 51 |
| Octal | 326 | 356 | 256 | 12 | 0 | 33 | 7 | 122 | 101 | 121 |
| Binary | 11010110 | 11101110 | 10101110 | 1010 | 0 | 11011 | 111 | 1010010 | 1000001 | 1010001 |
Color Harmonies of #D6EEAE
Complementary color
Monochromatic Colors of #D6EEAE
Black with #D6EEAE
Text Example
Text Example
White with #D6EEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEAE; }
p { color: rgb(214,238,174); }
H1.HeaderClassName
{
color: #D6EEAE;
}
.AnyTagClassName
{
color: #D6EEAE;
}
</style>
background-color css
<style>
a { background-color: #D6EEAE; }
a { background-color: rgb(214,238,174); }
div.DivClassName
{
background-color: #D6EEAE;
}
.BgClassName
{
background-color: #D6EEAE;
}
</style>
border-color css
<style>
span { border-color: #D6EEAE; }
span { border-color: rgb(214,238,174); }
td.TdClassName
{
border-color: #D6EEAE;
}
.TagClassName
{
border-color: #D6EEAE;
}
</style>