Shades of Reef #D5EFA2
Tints of Reef #D5EFA2
RGB
CMYK
RGB Variations
Color information
#D5EFA2 (or 0xD5EFA2) is known color: Reef. HEX triplet: D5, EF and A2. RGB value is (213,239,162). Sum of RGB (Red+Green+Blue) = 213+239+162=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA2 is #2A105D. Grayscale: #DEDEDE. Windows color (decimal): -2756702 or 10678229. OLE color: 10678229.
HSL color Cylindrical-coordinate representation of color #D5EFA2: hue angle of 80.26º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5EFA2 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 162 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.06 |
| HSL | 80.26º | 0.71% | 0.79% | - |
| HSV(B) | 80.26º | 0.32% | 0.94% | - |
| XYZ | 64.83 | 78.49 | 45.92 | - |
| YUV | 222.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 162 | 0.11 | 0 | 0.32 | 0.06 | 80.26 | 0.71 | 0.79 |
| Hex | D5 | EF | A2 | B | 0 | 20 | 6 | 50 | 47 | 4F |
| Octal | 325 | 357 | 242 | 13 | 0 | 40 | 6 | 120 | 107 | 117 |
| Binary | 11010101 | 11101111 | 10100010 | 1011 | 0 | 100000 | 110 | 1010000 | 1000111 | 1001111 |
Color Harmonies of #D5EFA2
Complementary color
Monochromatic Colors of #D5EFA2
Black with #D5EFA2
Text Example
Text Example
White with #D5EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA2; }
p { color: rgb(213,239,162); }
H1.HeaderClassName
{
color: #D5EFA2;
}
.AnyTagClassName
{
color: #D5EFA2;
}
</style>
background-color css
<style>
a { background-color: #D5EFA2; }
a { background-color: rgb(213,239,162); }
div.DivClassName
{
background-color: #D5EFA2;
}
.BgClassName
{
background-color: #D5EFA2;
}
</style>
border-color css
<style>
span { border-color: #D5EFA2; }
span { border-color: rgb(213,239,162); }
td.TdClassName
{
border-color: #D5EFA2;
}
.TagClassName
{
border-color: #D5EFA2;
}
</style>