Shades of Reef #D5EFAF
Tints of Reef #D5EFAF
RGB
CMYK
RGB Variations
Color information
#D5EFAF (or 0xD5EFAF) is known color: Reef. HEX triplet: D5, EF and AF. RGB value is (213,239,175). Sum of RGB (Red+Green+Blue) = 213+239+175=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFAF is #2A1050. Grayscale: #E0E0E0. Windows color (decimal): -2756689 or 11530197. OLE color: 11530197.
HSL color Cylindrical-coordinate representation of color #D5EFAF: hue angle of 84.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5EFAF is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 175 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.06 |
| HSL | 84.38º | 0.67% | 0.81% | - |
| HSV(B) | 84.38º | 0.27% | 0.94% | - |
| XYZ | 66.04 | 78.97 | 52.32 | - |
| YUV | 223.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 175 | 0.11 | 0 | 0.27 | 0.06 | 84.38 | 0.67 | 0.81 |
| Hex | D5 | EF | AF | B | 0 | 1B | 6 | 54 | 43 | 51 |
| Octal | 325 | 357 | 257 | 13 | 0 | 33 | 6 | 124 | 103 | 121 |
| Binary | 11010101 | 11101111 | 10101111 | 1011 | 0 | 11011 | 110 | 1010100 | 1000011 | 1010001 |
Color Harmonies of #D5EFAF
Complementary color
Monochromatic Colors of #D5EFAF
Black with #D5EFAF
Text Example
Text Example
White with #D5EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFAF; }
p { color: rgb(213,239,175); }
H1.HeaderClassName
{
color: #D5EFAF;
}
.AnyTagClassName
{
color: #D5EFAF;
}
</style>
background-color css
<style>
a { background-color: #D5EFAF; }
a { background-color: rgb(213,239,175); }
div.DivClassName
{
background-color: #D5EFAF;
}
.BgClassName
{
background-color: #D5EFAF;
}
</style>
border-color css
<style>
span { border-color: #D5EFAF; }
span { border-color: rgb(213,239,175); }
td.TdClassName
{
border-color: #D5EFAF;
}
.TagClassName
{
border-color: #D5EFAF;
}
</style>