Shades of Reef #D5ECB5
Tints of Reef #D5ECB5
RGB
CMYK
RGB Variations
Color information
#D5ECB5 (or 0xD5ECB5) is known color: Reef. HEX triplet: D5, EC and B5. RGB value is (213,236,181). Sum of RGB (Red+Green+Blue) = 213+236+181=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECB5 is #2A134A. Grayscale: #DFDFDF. Windows color (decimal): -2757451 or 11922645. OLE color: 11922645.
HSL color Cylindrical-coordinate representation of color #D5ECB5: hue angle of 85.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ECB5 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 181 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.07 |
| HSL | 85.09º | 0.59% | 0.82% | - |
| HSV(B) | 85.09º | 0.23% | 0.93% | - |
| XYZ | 65.78 | 77.47 | 55.2 | - |
| YUV | 222.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 181 | 0.10 | 0 | 0.23 | 0.07 | 85.09 | 0.59 | 0.82 |
| Hex | D5 | EC | B5 | A | 0 | 17 | 7 | 55 | 3B | 52 |
| Octal | 325 | 354 | 265 | 12 | 0 | 27 | 7 | 125 | 73 | 122 |
| Binary | 11010101 | 11101100 | 10110101 | 1010 | 0 | 10111 | 111 | 1010101 | 111011 | 1010010 |
Color Harmonies of #D5ECB5
Complementary color
Monochromatic Colors of #D5ECB5
Black with #D5ECB5
Text Example
Text Example
White with #D5ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECB5; }
p { color: rgb(213,236,181); }
H1.HeaderClassName
{
color: #D5ECB5;
}
.AnyTagClassName
{
color: #D5ECB5;
}
</style>
background-color css
<style>
a { background-color: #D5ECB5; }
a { background-color: rgb(213,236,181); }
div.DivClassName
{
background-color: #D5ECB5;
}
.BgClassName
{
background-color: #D5ECB5;
}
</style>
border-color css
<style>
span { border-color: #D5ECB5; }
span { border-color: rgb(213,236,181); }
td.TdClassName
{
border-color: #D5ECB5;
}
.TagClassName
{
border-color: #D5ECB5;
}
</style>