Shades of Reef #D5EFAA
Tints of Reef #D5EFAA
RGB
CMYK
RGB Variations
Color information
#D5EFAA (or 0xD5EFAA) is known color: Reef. HEX triplet: D5, EF and AA. RGB value is (213,239,170). Sum of RGB (Red+Green+Blue) = 213+239+170=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFAA is #2A1055. Grayscale: #DFDFDF. Windows color (decimal): -2756694 or 11202517. OLE color: 11202517.
HSL color Cylindrical-coordinate representation of color #D5EFAA: hue angle of 82.61º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5EFAA is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 170 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.06 |
| HSL | 82.61º | 0.68% | 0.8% | - |
| HSV(B) | 82.61º | 0.29% | 0.94% | - |
| XYZ | 65.56 | 78.78 | 49.78 | - |
| YUV | 223.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 170 | 0.11 | 0 | 0.29 | 0.06 | 82.61 | 0.68 | 0.8 |
| Hex | D5 | EF | AA | B | 0 | 1D | 6 | 53 | 44 | 50 |
| Octal | 325 | 357 | 252 | 13 | 0 | 35 | 6 | 123 | 104 | 120 |
| Binary | 11010101 | 11101111 | 10101010 | 1011 | 0 | 11101 | 110 | 1010011 | 1000100 | 1010000 |
Color Harmonies of #D5EFAA
Complementary color
Monochromatic Colors of #D5EFAA
Black with #D5EFAA
Text Example
Text Example
White with #D5EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFAA; }
p { color: rgb(213,239,170); }
H1.HeaderClassName
{
color: #D5EFAA;
}
.AnyTagClassName
{
color: #D5EFAA;
}
</style>
background-color css
<style>
a { background-color: #D5EFAA; }
a { background-color: rgb(213,239,170); }
div.DivClassName
{
background-color: #D5EFAA;
}
.BgClassName
{
background-color: #D5EFAA;
}
</style>
border-color css
<style>
span { border-color: #D5EFAA; }
span { border-color: rgb(213,239,170); }
td.TdClassName
{
border-color: #D5EFAA;
}
.TagClassName
{
border-color: #D5EFAA;
}
</style>