Shades of Reef #D5E2A7
Tints of Reef #D5E2A7
RGB
CMYK
RGB Variations
Color information
#D5E2A7 (or 0xD5E2A7) is known color: Reef. HEX triplet: D5, E2 and A7. RGB value is (213,226,167). Sum of RGB (Red+Green+Blue) = 213+226+167=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E2A7 is #2A1D58. Grayscale: #D7D7D7. Windows color (decimal): -2760025 or 11002581. OLE color: 11002581.
HSL color Cylindrical-coordinate representation of color #D5E2A7: hue angle of 73.22º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5E2A7 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 226 | 167 | - |
CMYK | 0.06 | 0 | 0.26 | 0.11 |
HSL | 73.22º | 0.5% | 0.77% | - |
HSV(B) | 73.22º | 0.26% | 0.89% | - |
XYZ | 61.61 | 71.33 | 47.08 | - |
YUV | 215.39 | 100.69 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 226 | 167 | 0.06 | 0 | 0.26 | 0.11 | 73.22 | 0.5 | 0.77 |
Hex | D5 | E2 | A7 | 6 | 0 | 1A | B | 49 | 32 | 4D |
Octal | 325 | 342 | 247 | 6 | 0 | 32 | 13 | 111 | 62 | 115 |
Binary | 11010101 | 11100010 | 10100111 | 110 | 0 | 11010 | 1011 | 1001001 | 110010 | 1001101 |
Color Harmonies of #D5E2A7
Complementary color
Monochromatic Colors of #D5E2A7
Black with #D5E2A7
Text Example
Text Example
White with #D5E2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E2A7; }
p { color: rgb(213,226,167); }
H1.HeaderClassName
{
color: #D5E2A7;
}
.AnyTagClassName
{
color: #D5E2A7;
}
</style>
background-color css
<style>
a { background-color: #D5E2A7; }
a { background-color: rgb(213,226,167); }
div.DivClassName
{
background-color: #D5E2A7;
}
.BgClassName
{
background-color: #D5E2A7;
}
</style>
border-color css
<style>
span { border-color: #D5E2A7; }
span { border-color: rgb(213,226,167); }
td.TdClassName
{
border-color: #D5E2A7;
}
.TagClassName
{
border-color: #D5E2A7;
}
</style>