Shades of Reef #D5EDAF
Tints of Reef #D5EDAF
RGB
CMYK
RGB Variations
Color information
#D5EDAF (or 0xD5EDAF) is known color: Reef. HEX triplet: D5, ED and AF. RGB value is (213,237,175). Sum of RGB (Red+Green+Blue) = 213+237+175=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAF is #2A1250. Grayscale: #DEDEDE. Windows color (decimal): -2757201 or 11529685. OLE color: 11529685.
HSL color Cylindrical-coordinate representation of color #D5EDAF: hue angle of 83.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5EDAF is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 175 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.07 |
| HSL | 83.23º | 0.63% | 0.81% | - |
| HSV(B) | 83.23º | 0.26% | 0.93% | - |
| XYZ | 65.46 | 77.81 | 52.13 | - |
| YUV | 222.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 175 | 0.10 | 0 | 0.26 | 0.07 | 83.23 | 0.63 | 0.81 |
| Hex | D5 | ED | AF | A | 0 | 1A | 7 | 53 | 3F | 51 |
| Octal | 325 | 355 | 257 | 12 | 0 | 32 | 7 | 123 | 77 | 121 |
| Binary | 11010101 | 11101101 | 10101111 | 1010 | 0 | 11010 | 111 | 1010011 | 111111 | 1010001 |
Color Harmonies of #D5EDAF
Complementary color
Monochromatic Colors of #D5EDAF
Black with #D5EDAF
Text Example
Text Example
White with #D5EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDAF; }
p { color: rgb(213,237,175); }
H1.HeaderClassName
{
color: #D5EDAF;
}
.AnyTagClassName
{
color: #D5EDAF;
}
</style>
background-color css
<style>
a { background-color: #D5EDAF; }
a { background-color: rgb(213,237,175); }
div.DivClassName
{
background-color: #D5EDAF;
}
.BgClassName
{
background-color: #D5EDAF;
}
</style>
border-color css
<style>
span { border-color: #D5EDAF; }
span { border-color: rgb(213,237,175); }
td.TdClassName
{
border-color: #D5EDAF;
}
.TagClassName
{
border-color: #D5EDAF;
}
</style>