Shades of Reef #D5EDA3
Tints of Reef #D5EDA3
RGB
CMYK
RGB Variations
Color information
#D5EDA3 (or 0xD5EDA3) is known color: Reef. HEX triplet: D5, ED and A3. RGB value is (213,237,163). Sum of RGB (Red+Green+Blue) = 213+237+163=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDA3 is #2A125C. Grayscale: #DDDDDD. Windows color (decimal): -2757213 or 10743253. OLE color: 10743253.
HSL color Cylindrical-coordinate representation of color #D5EDA3: hue angle of 79.46º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5EDA3 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 163 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.07 |
| HSL | 79.46º | 0.67% | 0.78% | - |
| HSV(B) | 79.46º | 0.31% | 0.93% | - |
| XYZ | 64.34 | 77.36 | 46.19 | - |
| YUV | 221.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 163 | 0.10 | 0 | 0.31 | 0.07 | 79.46 | 0.67 | 0.78 |
| Hex | D5 | ED | A3 | A | 0 | 1F | 7 | 4F | 43 | 4E |
| Octal | 325 | 355 | 243 | 12 | 0 | 37 | 7 | 117 | 103 | 116 |
| Binary | 11010101 | 11101101 | 10100011 | 1010 | 0 | 11111 | 111 | 1001111 | 1000011 | 1001110 |
Color Harmonies of #D5EDA3
Complementary color
Monochromatic Colors of #D5EDA3
Black with #D5EDA3
Text Example
Text Example
White with #D5EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDA3; }
p { color: rgb(213,237,163); }
H1.HeaderClassName
{
color: #D5EDA3;
}
.AnyTagClassName
{
color: #D5EDA3;
}
</style>
background-color css
<style>
a { background-color: #D5EDA3; }
a { background-color: rgb(213,237,163); }
div.DivClassName
{
background-color: #D5EDA3;
}
.BgClassName
{
background-color: #D5EDA3;
}
</style>
border-color css
<style>
span { border-color: #D5EDA3; }
span { border-color: rgb(213,237,163); }
td.TdClassName
{
border-color: #D5EDA3;
}
.TagClassName
{
border-color: #D5EDA3;
}
</style>