Shades of Reef #DBEEA8
Tints of Reef #DBEEA8
RGB
CMYK
RGB Variations
Color information
#DBEEA8 (or 0xDBEEA8) is known color: Reef. HEX triplet: DB, EE and A8. RGB value is (219,238,168). Sum of RGB (Red+Green+Blue) = 219+238+168=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEA8 is #241157. Grayscale: #E0E0E0. Windows color (decimal): -2363736 or 11071195. OLE color: 11071195.
HSL color Cylindrical-coordinate representation of color #DBEEA8: hue angle of 76.29º degrees, saturation: 0.67, 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 #DBEEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 168 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.07 |
| HSL | 76.29º | 0.67% | 0.8% | - |
| HSV(B) | 76.29º | 0.29% | 0.93% | - |
| XYZ | 66.86 | 79.04 | 48.78 | - |
| YUV | 224.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 168 | 0.08 | 0 | 0.29 | 0.07 | 76.29 | 0.67 | 0.8 |
| Hex | DB | EE | A8 | 8 | 0 | 1D | 7 | 4C | 43 | 50 |
| Octal | 333 | 356 | 250 | 10 | 0 | 35 | 7 | 114 | 103 | 120 |
| Binary | 11011011 | 11101110 | 10101000 | 1000 | 0 | 11101 | 111 | 1001100 | 1000011 | 1010000 |
Color Harmonies of #DBEEA8
Complementary color
Monochromatic Colors of #DBEEA8
Black with #DBEEA8
Text Example
Text Example
White with #DBEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEA8; }
p { color: rgb(219,238,168); }
H1.HeaderClassName
{
color: #DBEEA8;
}
.AnyTagClassName
{
color: #DBEEA8;
}
</style>
background-color css
<style>
a { background-color: #DBEEA8; }
a { background-color: rgb(219,238,168); }
div.DivClassName
{
background-color: #DBEEA8;
}
.BgClassName
{
background-color: #DBEEA8;
}
</style>
border-color css
<style>
span { border-color: #DBEEA8; }
span { border-color: rgb(219,238,168); }
td.TdClassName
{
border-color: #DBEEA8;
}
.TagClassName
{
border-color: #DBEEA8;
}
</style>