Shades of Reef #D9EDB0
Tints of Reef #D9EDB0
RGB
CMYK
RGB Variations
Color information
#D9EDB0 (or 0xD9EDB0) is known color: Reef. HEX triplet: D9, ED and B0. RGB value is (217,237,176). Sum of RGB (Red+Green+Blue) = 217+237+176=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EDB0 is #26124F. Grayscale: #E0E0E0. Windows color (decimal): -2495056 or 11595225. OLE color: 11595225.
HSL color Cylindrical-coordinate representation of color #D9EDB0: hue angle of 79.67º degrees, saturation: 0.63, 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 #D9EDB0 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 176 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 79.67º | 0.63% | 0.81% | - |
| HSV(B) | 79.67º | 0.26% | 0.93% | - |
| XYZ | 66.74 | 78.45 | 52.7 | - |
| YUV | 224.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 176 | 0.08 | 0 | 0.26 | 0.07 | 79.67 | 0.63 | 0.81 |
| Hex | D9 | ED | B0 | 8 | 0 | 1A | 7 | 50 | 3F | 51 |
| Octal | 331 | 355 | 260 | 10 | 0 | 32 | 7 | 120 | 77 | 121 |
| Binary | 11011001 | 11101101 | 10110000 | 1000 | 0 | 11010 | 111 | 1010000 | 111111 | 1010001 |
Color Harmonies of #D9EDB0
Complementary color
Monochromatic Colors of #D9EDB0
Black with #D9EDB0
Text Example
Text Example
White with #D9EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDB0; }
p { color: rgb(217,237,176); }
H1.HeaderClassName
{
color: #D9EDB0;
}
.AnyTagClassName
{
color: #D9EDB0;
}
</style>
background-color css
<style>
a { background-color: #D9EDB0; }
a { background-color: rgb(217,237,176); }
div.DivClassName
{
background-color: #D9EDB0;
}
.BgClassName
{
background-color: #D9EDB0;
}
</style>
border-color css
<style>
span { border-color: #D9EDB0; }
span { border-color: rgb(217,237,176); }
td.TdClassName
{
border-color: #D9EDB0;
}
.TagClassName
{
border-color: #D9EDB0;
}
</style>