Shades of Reef #DBEEAC
Tints of Reef #DBEEAC
RGB
CMYK
RGB Variations
Color information
#DBEEAC (or 0xDBEEAC) is known color: Reef. HEX triplet: DB, EE and AC. RGB value is (219,238,172). Sum of RGB (Red+Green+Blue) = 219+238+172=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAC is #241153. Grayscale: #E1E1E1. Windows color (decimal): -2363732 or 11333339. OLE color: 11333339.
HSL color Cylindrical-coordinate representation of color #DBEEAC: hue angle of 77.27º 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 #DBEEAC is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 172 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 77.27º | 0.66% | 0.8% | - |
| HSV(B) | 77.27º | 0.28% | 0.93% | - |
| XYZ | 67.23 | 79.19 | 50.77 | - |
| YUV | 224.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 172 | 0.08 | 0 | 0.28 | 0.07 | 77.27 | 0.66 | 0.8 |
| Hex | DB | EE | AC | 8 | 0 | 1C | 7 | 4D | 42 | 50 |
| Octal | 333 | 356 | 254 | 10 | 0 | 34 | 7 | 115 | 102 | 120 |
| Binary | 11011011 | 11101110 | 10101100 | 1000 | 0 | 11100 | 111 | 1001101 | 1000010 | 1010000 |
Color Harmonies of #DBEEAC
Complementary color
Monochromatic Colors of #DBEEAC
Black with #DBEEAC
Text Example
Text Example
White with #DBEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEAC; }
p { color: rgb(219,238,172); }
H1.HeaderClassName
{
color: #DBEEAC;
}
.AnyTagClassName
{
color: #DBEEAC;
}
</style>
background-color css
<style>
a { background-color: #DBEEAC; }
a { background-color: rgb(219,238,172); }
div.DivClassName
{
background-color: #DBEEAC;
}
.BgClassName
{
background-color: #DBEEAC;
}
</style>
border-color css
<style>
span { border-color: #DBEEAC; }
span { border-color: rgb(219,238,172); }
td.TdClassName
{
border-color: #DBEEAC;
}
.TagClassName
{
border-color: #DBEEAC;
}
</style>