Shades of Reef #DBEEAB
Tints of Reef #DBEEAB
RGB
CMYK
RGB Variations
Color information
#DBEEAB (or 0xDBEEAB) is known color: Reef. HEX triplet: DB, EE and AB. RGB value is (219,238,171). Sum of RGB (Red+Green+Blue) = 219+238+171=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAB is #241154. Grayscale: #E0E0E0. Windows color (decimal): -2363733 or 11267803. OLE color: 11267803.
HSL color Cylindrical-coordinate representation of color #DBEEAB: hue angle of 77.01º degrees, saturation: 0.66, 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 #DBEEAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 77.01º | 0.66% | 0.8% | - |
| HSV(B) | 77.01º | 0.28% | 0.93% | - |
| XYZ | 67.14 | 79.15 | 50.27 | - |
| YUV | 224.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 171 | 0.08 | 0 | 0.28 | 0.07 | 77.01 | 0.66 | 0.8 |
| Hex | DB | EE | AB | 8 | 0 | 1C | 7 | 4D | 42 | 50 |
| Octal | 333 | 356 | 253 | 10 | 0 | 34 | 7 | 115 | 102 | 120 |
| Binary | 11011011 | 11101110 | 10101011 | 1000 | 0 | 11100 | 111 | 1001101 | 1000010 | 1010000 |
Color Harmonies of #DBEEAB
Complementary color
Monochromatic Colors of #DBEEAB
Black with #DBEEAB
Text Example
Text Example
White with #DBEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEAB; }
p { color: rgb(219,238,171); }
H1.HeaderClassName
{
color: #DBEEAB;
}
.AnyTagClassName
{
color: #DBEEAB;
}
</style>
background-color css
<style>
a { background-color: #DBEEAB; }
a { background-color: rgb(219,238,171); }
div.DivClassName
{
background-color: #DBEEAB;
}
.BgClassName
{
background-color: #DBEEAB;
}
</style>
border-color css
<style>
span { border-color: #DBEEAB; }
span { border-color: rgb(219,238,171); }
td.TdClassName
{
border-color: #DBEEAB;
}
.TagClassName
{
border-color: #DBEEAB;
}
</style>