Shades of Reef #D5ECAD
Tints of Reef #D5ECAD
RGB
CMYK
RGB Variations
Color information
#D5ECAD (or 0xD5ECAD) is known color: Reef. HEX triplet: D5, EC and AD. RGB value is (213,236,173). Sum of RGB (Red+Green+Blue) = 213+236+173=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECAD is #2A1352. Grayscale: #DEDEDE. Windows color (decimal): -2757459 or 11398357. OLE color: 11398357.
HSL color Cylindrical-coordinate representation of color #D5ECAD: hue angle of 81.9º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5ECAD is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 173 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.07 |
| HSL | 81.9º | 0.62% | 0.8% | - |
| HSV(B) | 81.9º | 0.27% | 0.93% | - |
| XYZ | 64.98 | 77.15 | 51 | - |
| YUV | 221.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 173 | 0.10 | 0 | 0.27 | 0.07 | 81.9 | 0.62 | 0.8 |
| Hex | D5 | EC | AD | A | 0 | 1B | 7 | 52 | 3E | 50 |
| Octal | 325 | 354 | 255 | 12 | 0 | 33 | 7 | 122 | 76 | 120 |
| Binary | 11010101 | 11101100 | 10101101 | 1010 | 0 | 11011 | 111 | 1010010 | 111110 | 1010000 |
Color Harmonies of #D5ECAD
Complementary color
Monochromatic Colors of #D5ECAD
Black with #D5ECAD
Text Example
Text Example
White with #D5ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECAD; }
p { color: rgb(213,236,173); }
H1.HeaderClassName
{
color: #D5ECAD;
}
.AnyTagClassName
{
color: #D5ECAD;
}
</style>
background-color css
<style>
a { background-color: #D5ECAD; }
a { background-color: rgb(213,236,173); }
div.DivClassName
{
background-color: #D5ECAD;
}
.BgClassName
{
background-color: #D5ECAD;
}
</style>
border-color css
<style>
span { border-color: #D5ECAD; }
span { border-color: rgb(213,236,173); }
td.TdClassName
{
border-color: #D5ECAD;
}
.TagClassName
{
border-color: #D5ECAD;
}
</style>