Shades of Reef #D7EEB1
Tints of Reef #D7EEB1
RGB
CMYK
RGB Variations
Color information
#D7EEB1 (or 0xD7EEB1) is known color: Reef. HEX triplet: D7, EE and B1. RGB value is (215,238,177). Sum of RGB (Red+Green+Blue) = 215+238+177=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EEB1 is #28114E. Grayscale: #E0E0E0. Windows color (decimal): -2625871 or 11661015. OLE color: 11661015.
HSL color Cylindrical-coordinate representation of color #D7EEB1: hue angle of 82.62º 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 #D7EEB1 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 177 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.07 |
| HSL | 82.62º | 0.64% | 0.81% | - |
| HSV(B) | 82.62º | 0.26% | 0.93% | - |
| XYZ | 66.53 | 78.77 | 53.29 | - |
| YUV | 224.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 177 | 0.10 | 0 | 0.26 | 0.07 | 82.62 | 0.64 | 0.81 |
| Hex | D7 | EE | B1 | A | 0 | 1A | 7 | 53 | 40 | 51 |
| Octal | 327 | 356 | 261 | 12 | 0 | 32 | 7 | 123 | 100 | 121 |
| Binary | 11010111 | 11101110 | 10110001 | 1010 | 0 | 11010 | 111 | 1010011 | 1000000 | 1010001 |
Color Harmonies of #D7EEB1
Complementary color
Monochromatic Colors of #D7EEB1
Black with #D7EEB1
Text Example
Text Example
White with #D7EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEB1; }
p { color: rgb(215,238,177); }
H1.HeaderClassName
{
color: #D7EEB1;
}
.AnyTagClassName
{
color: #D7EEB1;
}
</style>
background-color css
<style>
a { background-color: #D7EEB1; }
a { background-color: rgb(215,238,177); }
div.DivClassName
{
background-color: #D7EEB1;
}
.BgClassName
{
background-color: #D7EEB1;
}
</style>
border-color css
<style>
span { border-color: #D7EEB1; }
span { border-color: rgb(215,238,177); }
td.TdClassName
{
border-color: #D7EEB1;
}
.TagClassName
{
border-color: #D7EEB1;
}
</style>