Shades of Reef #D5ECA0
Tints of Reef #D5ECA0
RGB
CMYK
RGB Variations
Color information
#D5ECA0 (or 0xD5ECA0) is known color: Reef. HEX triplet: D5, EC and A0. RGB value is (213,236,160). Sum of RGB (Red+Green+Blue) = 213+236+160=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECA0 is #2A135F. Grayscale: #DCDCDC. Windows color (decimal): -2757472 or 10546389. OLE color: 10546389.
HSL color Cylindrical-coordinate representation of color #D5ECA0: hue angle of 78.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5ECA0 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 160 | - |
CMYK | 0.10 | 0 | 0.32 | 0.07 |
HSL | 78.16º | 0.67% | 0.78% | - |
HSV(B) | 78.16º | 0.32% | 0.93% | - |
XYZ | 63.78 | 76.68 | 44.7 | - |
YUV | 220.46 | 93.88 | 122.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 160 | 0.10 | 0 | 0.32 | 0.07 | 78.16 | 0.67 | 0.78 |
Hex | D5 | EC | A0 | A | 0 | 20 | 7 | 4E | 43 | 4E |
Octal | 325 | 354 | 240 | 12 | 0 | 40 | 7 | 116 | 103 | 116 |
Binary | 11010101 | 11101100 | 10100000 | 1010 | 0 | 100000 | 111 | 1001110 | 1000011 | 1001110 |
Color Harmonies of #D5ECA0
Complementary color
Monochromatic Colors of #D5ECA0
Black with #D5ECA0
Text Example
Text Example
White with #D5ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECA0; }
p { color: rgb(213,236,160); }
H1.HeaderClassName
{
color: #D5ECA0;
}
.AnyTagClassName
{
color: #D5ECA0;
}
</style>
background-color css
<style>
a { background-color: #D5ECA0; }
a { background-color: rgb(213,236,160); }
div.DivClassName
{
background-color: #D5ECA0;
}
.BgClassName
{
background-color: #D5ECA0;
}
</style>
border-color css
<style>
span { border-color: #D5ECA0; }
span { border-color: rgb(213,236,160); }
td.TdClassName
{
border-color: #D5ECA0;
}
.TagClassName
{
border-color: #D5ECA0;
}
</style>