Shades of Reef #DBEDAA
Tints of Reef #DBEDAA
RGB
CMYK
RGB Variations
Color information
#DBEDAA (or 0xDBEDAA) is known color: Reef. HEX triplet: DB, ED and AA. RGB value is (219,237,170). Sum of RGB (Red+Green+Blue) = 219+237+170=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAA is #241255. Grayscale: #E0E0E0. Windows color (decimal): -2363990 or 11202011. OLE color: 11202011.
HSL color Cylindrical-coordinate representation of color #DBEDAA: hue angle of 76.12º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBEDAA is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 170 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 76.12º | 0.65% | 0.8% | - |
| HSV(B) | 76.12º | 0.28% | 0.93% | - |
| XYZ | 66.75 | 78.53 | 49.67 | - |
| YUV | 223.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 170 | 0.08 | 0 | 0.28 | 0.07 | 76.12 | 0.65 | 0.8 |
| Hex | DB | ED | AA | 8 | 0 | 1C | 7 | 4C | 41 | 50 |
| Octal | 333 | 355 | 252 | 10 | 0 | 34 | 7 | 114 | 101 | 120 |
| Binary | 11011011 | 11101101 | 10101010 | 1000 | 0 | 11100 | 111 | 1001100 | 1000001 | 1010000 |
Color Harmonies of #DBEDAA
Complementary color
Monochromatic Colors of #DBEDAA
Black with #DBEDAA
Text Example
Text Example
White with #DBEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDAA; }
p { color: rgb(219,237,170); }
H1.HeaderClassName
{
color: #DBEDAA;
}
.AnyTagClassName
{
color: #DBEDAA;
}
</style>
background-color css
<style>
a { background-color: #DBEDAA; }
a { background-color: rgb(219,237,170); }
div.DivClassName
{
background-color: #DBEDAA;
}
.BgClassName
{
background-color: #DBEDAA;
}
</style>
border-color css
<style>
span { border-color: #DBEDAA; }
span { border-color: rgb(219,237,170); }
td.TdClassName
{
border-color: #DBEDAA;
}
.TagClassName
{
border-color: #DBEDAA;
}
</style>