Shades of Reef #D5E5A2
Tints of Reef #D5E5A2
RGB
CMYK
RGB Variations
Color information
#D5E5A2 (or 0xD5E5A2) is known color: Reef. HEX triplet: D5, E5 and A2. RGB value is (213,229,162). Sum of RGB (Red+Green+Blue) = 213+229+162=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E5A2 is #2A1A5D. Grayscale: #D8D8D8. Windows color (decimal): -2759262 or 10675669. OLE color: 10675669.
HSL color Cylindrical-coordinate representation of color #D5E5A2: hue angle of 74.33º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5E5A2 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 229 | 162 | - |
CMYK | 0.07 | 0 | 0.29 | 0.10 |
HSL | 74.33º | 0.56% | 0.77% | - |
HSV(B) | 74.33º | 0.29% | 0.9% | - |
XYZ | 61.98 | 72.79 | 44.97 | - |
YUV | 216.58 | 97.2 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 162 | 0.07 | 0 | 0.29 | 0.10 | 74.33 | 0.56 | 0.77 |
Hex | D5 | E5 | A2 | 7 | 0 | 1D | A | 4A | 38 | 4D |
Octal | 325 | 345 | 242 | 7 | 0 | 35 | 12 | 112 | 70 | 115 |
Binary | 11010101 | 11100101 | 10100010 | 111 | 0 | 11101 | 1010 | 1001010 | 111000 | 1001101 |
Color Harmonies of #D5E5A2
Complementary color
Monochromatic Colors of #D5E5A2
Black with #D5E5A2
Text Example
Text Example
White with #D5E5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5A2; }
p { color: rgb(213,229,162); }
H1.HeaderClassName
{
color: #D5E5A2;
}
.AnyTagClassName
{
color: #D5E5A2;
}
</style>
background-color css
<style>
a { background-color: #D5E5A2; }
a { background-color: rgb(213,229,162); }
div.DivClassName
{
background-color: #D5E5A2;
}
.BgClassName
{
background-color: #D5E5A2;
}
</style>
border-color css
<style>
span { border-color: #D5E5A2; }
span { border-color: rgb(213,229,162); }
td.TdClassName
{
border-color: #D5E5A2;
}
.TagClassName
{
border-color: #D5E5A2;
}
</style>