Shades of Reef #DBE99D
Tints of Reef #DBE99D
RGB
CMYK
RGB Variations
Color information
#DBE99D (or 0xDBE99D) is known color: Reef. HEX triplet: DB, E9 and 9D. RGB value is (219,233,157). Sum of RGB (Red+Green+Blue) = 219+233+157=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE99D is #241662. Grayscale: #DCDCDC. Windows color (decimal): -2365027 or 10349019. OLE color: 10349019.
HSL color Cylindrical-coordinate representation of color #DBE99D: hue angle of 71.05º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE99D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 71.05º | 0.63% | 0.76% | - |
| HSV(B) | 71.05º | 0.33% | 0.91% | - |
| XYZ | 64.44 | 75.77 | 43.13 | - |
| YUV | 220.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 157 | 0.06 | 0 | 0.33 | 0.09 | 71.05 | 0.63 | 0.76 |
| Hex | DB | E9 | 9D | 6 | 0 | 21 | 9 | 47 | 3F | 4C |
| Octal | 333 | 351 | 235 | 6 | 0 | 41 | 11 | 107 | 77 | 114 |
| Binary | 11011011 | 11101001 | 10011101 | 110 | 0 | 100001 | 1001 | 1000111 | 111111 | 1001100 |
Color Harmonies of #DBE99D
Complementary color
Monochromatic Colors of #DBE99D
Black with #DBE99D
Text Example
Text Example
White with #DBE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE99D; }
p { color: rgb(219,233,157); }
H1.HeaderClassName
{
color: #DBE99D;
}
.AnyTagClassName
{
color: #DBE99D;
}
</style>
background-color css
<style>
a { background-color: #DBE99D; }
a { background-color: rgb(219,233,157); }
div.DivClassName
{
background-color: #DBE99D;
}
.BgClassName
{
background-color: #DBE99D;
}
</style>
border-color css
<style>
span { border-color: #DBE99D; }
span { border-color: rgb(219,233,157); }
td.TdClassName
{
border-color: #DBE99D;
}
.TagClassName
{
border-color: #DBE99D;
}
</style>