Shades of Reef #DBEDA9
Tints of Reef #DBEDA9
RGB
CMYK
RGB Variations
Color information
#DBEDA9 (or 0xDBEDA9) is known color: Reef. HEX triplet: DB, ED and A9. RGB value is (219,237,169). Sum of RGB (Red+Green+Blue) = 219+237+169=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDA9 is #241256. Grayscale: #E0E0E0. Windows color (decimal): -2363991 or 11136475. OLE color: 11136475.
HSL color Cylindrical-coordinate representation of color #DBEDA9: hue angle of 75.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEDA9 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 169 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.07 |
| HSL | 75.88º | 0.65% | 0.8% | - |
| HSV(B) | 75.88º | 0.29% | 0.93% | - |
| XYZ | 66.66 | 78.49 | 49.17 | - |
| YUV | 223.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 169 | 0.08 | 0 | 0.29 | 0.07 | 75.88 | 0.65 | 0.8 |
| Hex | DB | ED | A9 | 8 | 0 | 1D | 7 | 4C | 41 | 50 |
| Octal | 333 | 355 | 251 | 10 | 0 | 35 | 7 | 114 | 101 | 120 |
| Binary | 11011011 | 11101101 | 10101001 | 1000 | 0 | 11101 | 111 | 1001100 | 1000001 | 1010000 |
Color Harmonies of #DBEDA9
Complementary color
Monochromatic Colors of #DBEDA9
Black with #DBEDA9
Text Example
Text Example
White with #DBEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDA9; }
p { color: rgb(219,237,169); }
H1.HeaderClassName
{
color: #DBEDA9;
}
.AnyTagClassName
{
color: #DBEDA9;
}
</style>
background-color css
<style>
a { background-color: #DBEDA9; }
a { background-color: rgb(219,237,169); }
div.DivClassName
{
background-color: #DBEDA9;
}
.BgClassName
{
background-color: #DBEDA9;
}
</style>
border-color css
<style>
span { border-color: #DBEDA9; }
span { border-color: rgb(219,237,169); }
td.TdClassName
{
border-color: #DBEDA9;
}
.TagClassName
{
border-color: #DBEDA9;
}
</style>