Shades of Reef #DBEEA0
Tints of Reef #DBEEA0
RGB
CMYK
RGB Variations
Color information
#DBEEA0 (or 0xDBEEA0) is known color: Reef. HEX triplet: DB, EE and A0. RGB value is (219,238,160). Sum of RGB (Red+Green+Blue) = 219+238+160=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEA0 is #24115F. Grayscale: #DFDFDF. Windows color (decimal): -2363744 or 10546907. OLE color: 10546907.
HSL color Cylindrical-coordinate representation of color #DBEEA0: hue angle of 74.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBEEA0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.07 |
| HSL | 74.62º | 0.7% | 0.78% | - |
| HSV(B) | 74.62º | 0.33% | 0.93% | - |
| XYZ | 66.13 | 78.75 | 44.97 | - |
| YUV | 223.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 160 | 0.08 | 0 | 0.33 | 0.07 | 74.62 | 0.7 | 0.78 |
| Hex | DB | EE | A0 | 8 | 0 | 21 | 7 | 4B | 46 | 4E |
| Octal | 333 | 356 | 240 | 10 | 0 | 41 | 7 | 113 | 106 | 116 |
| Binary | 11011011 | 11101110 | 10100000 | 1000 | 0 | 100001 | 111 | 1001011 | 1000110 | 1001110 |
Color Harmonies of #DBEEA0
Complementary color
Monochromatic Colors of #DBEEA0
Black with #DBEEA0
Text Example
Text Example
White with #DBEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEA0; }
p { color: rgb(219,238,160); }
H1.HeaderClassName
{
color: #DBEEA0;
}
.AnyTagClassName
{
color: #DBEEA0;
}
</style>
background-color css
<style>
a { background-color: #DBEEA0; }
a { background-color: rgb(219,238,160); }
div.DivClassName
{
background-color: #DBEEA0;
}
.BgClassName
{
background-color: #DBEEA0;
}
</style>
border-color css
<style>
span { border-color: #DBEEA0; }
span { border-color: rgb(219,238,160); }
td.TdClassName
{
border-color: #DBEEA0;
}
.TagClassName
{
border-color: #DBEEA0;
}
</style>