Shades of Reef #D5EFA3
Tints of Reef #D5EFA3
RGB
CMYK
RGB Variations
Color information
#D5EFA3 (or 0xD5EFA3) is known color: Reef. HEX triplet: D5, EF and A3. RGB value is (213,239,163). Sum of RGB (Red+Green+Blue) = 213+239+163=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA3 is #2A105C. Grayscale: #DEDEDE. Windows color (decimal): -2756701 or 10743765. OLE color: 10743765.
HSL color Cylindrical-coordinate representation of color #D5EFA3: hue angle of 80.53º degrees, saturation: 0.7, 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 #D5EFA3 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 163 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.06 |
| HSL | 80.53º | 0.7% | 0.79% | - |
| HSV(B) | 80.53º | 0.32% | 0.94% | - |
| XYZ | 64.92 | 78.52 | 46.39 | - |
| YUV | 222.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 163 | 0.11 | 0 | 0.32 | 0.06 | 80.53 | 0.7 | 0.79 |
| Hex | D5 | EF | A3 | B | 0 | 20 | 6 | 51 | 46 | 4F |
| Octal | 325 | 357 | 243 | 13 | 0 | 40 | 6 | 121 | 106 | 117 |
| Binary | 11010101 | 11101111 | 10100011 | 1011 | 0 | 100000 | 110 | 1010001 | 1000110 | 1001111 |
Color Harmonies of #D5EFA3
Complementary color
Monochromatic Colors of #D5EFA3
Black with #D5EFA3
Text Example
Text Example
White with #D5EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA3; }
p { color: rgb(213,239,163); }
H1.HeaderClassName
{
color: #D5EFA3;
}
.AnyTagClassName
{
color: #D5EFA3;
}
</style>
background-color css
<style>
a { background-color: #D5EFA3; }
a { background-color: rgb(213,239,163); }
div.DivClassName
{
background-color: #D5EFA3;
}
.BgClassName
{
background-color: #D5EFA3;
}
</style>
border-color css
<style>
span { border-color: #D5EFA3; }
span { border-color: rgb(213,239,163); }
td.TdClassName
{
border-color: #D5EFA3;
}
.TagClassName
{
border-color: #D5EFA3;
}
</style>