Shades of Reef #D5EEB1
Tints of Reef #D5EEB1
RGB
CMYK
RGB Variations
Color information
#D5EEB1 (or 0xD5EEB1) is known color: Reef. HEX triplet: D5, EE and B1. RGB value is (213,238,177). Sum of RGB (Red+Green+Blue) = 213+238+177=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEB1 is #2A114E. Grayscale: #DFDFDF. Windows color (decimal): -2756943 or 11661013. OLE color: 11661013.
HSL color Cylindrical-coordinate representation of color #D5EEB1: hue angle of 84.59º degrees, saturation: 0.64, 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 #D5EEB1 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 177 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 84.59º | 0.64% | 0.81% | - |
| HSV(B) | 84.59º | 0.26% | 0.93% | - |
| XYZ | 65.95 | 78.47 | 53.27 | - |
| YUV | 223.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 177 | 0.11 | 0 | 0.26 | 0.07 | 84.59 | 0.64 | 0.81 |
| Hex | D5 | EE | B1 | B | 0 | 1A | 7 | 55 | 40 | 51 |
| Octal | 325 | 356 | 261 | 13 | 0 | 32 | 7 | 125 | 100 | 121 |
| Binary | 11010101 | 11101110 | 10110001 | 1011 | 0 | 11010 | 111 | 1010101 | 1000000 | 1010001 |
Color Harmonies of #D5EEB1
Complementary color
Monochromatic Colors of #D5EEB1
Black with #D5EEB1
Text Example
Text Example
White with #D5EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEB1; }
p { color: rgb(213,238,177); }
H1.HeaderClassName
{
color: #D5EEB1;
}
.AnyTagClassName
{
color: #D5EEB1;
}
</style>
background-color css
<style>
a { background-color: #D5EEB1; }
a { background-color: rgb(213,238,177); }
div.DivClassName
{
background-color: #D5EEB1;
}
.BgClassName
{
background-color: #D5EEB1;
}
</style>
border-color css
<style>
span { border-color: #D5EEB1; }
span { border-color: rgb(213,238,177); }
td.TdClassName
{
border-color: #D5EEB1;
}
.TagClassName
{
border-color: #D5EEB1;
}
</style>