Shades of Reef #D5EDA8
Tints of Reef #D5EDA8
RGB
CMYK
RGB Variations
Color information
#D5EDA8 (or 0xD5EDA8) is known color: Reef. HEX triplet: D5, ED and A8. RGB value is (213,237,168). Sum of RGB (Red+Green+Blue) = 213+237+168=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDA8 is #2A1257. Grayscale: #DEDEDE. Windows color (decimal): -2757208 or 11070933. OLE color: 11070933.
HSL color Cylindrical-coordinate representation of color #D5EDA8: hue angle of 80.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5EDA8 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 237 | 168 | - |
CMYK | 0.10 | 0 | 0.29 | 0.07 |
HSL | 80.87º | 0.66% | 0.79% | - |
HSV(B) | 80.87º | 0.29% | 0.93% | - |
XYZ | 64.79 | 77.54 | 48.6 | - |
YUV | 221.96 | 97.55 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 168 | 0.10 | 0 | 0.29 | 0.07 | 80.87 | 0.66 | 0.79 |
Hex | D5 | ED | A8 | A | 0 | 1D | 7 | 51 | 42 | 4F |
Octal | 325 | 355 | 250 | 12 | 0 | 35 | 7 | 121 | 102 | 117 |
Binary | 11010101 | 11101101 | 10101000 | 1010 | 0 | 11101 | 111 | 1010001 | 1000010 | 1001111 |
Color Harmonies of #D5EDA8
Complementary color
Monochromatic Colors of #D5EDA8
Black with #D5EDA8
Text Example
Text Example
White with #D5EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDA8; }
p { color: rgb(213,237,168); }
H1.HeaderClassName
{
color: #D5EDA8;
}
.AnyTagClassName
{
color: #D5EDA8;
}
</style>
background-color css
<style>
a { background-color: #D5EDA8; }
a { background-color: rgb(213,237,168); }
div.DivClassName
{
background-color: #D5EDA8;
}
.BgClassName
{
background-color: #D5EDA8;
}
</style>
border-color css
<style>
span { border-color: #D5EDA8; }
span { border-color: rgb(213,237,168); }
td.TdClassName
{
border-color: #D5EDA8;
}
.TagClassName
{
border-color: #D5EDA8;
}
</style>