Shades of Reef #DBE69D
Tints of Reef #DBE69D
RGB
CMYK
RGB Variations
Color information
#DBE69D (or 0xDBE69D) is known color: Reef. HEX triplet: DB, E6 and 9D. RGB value is (219,230,157). Sum of RGB (Red+Green+Blue) = 219+230+157=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69D is #241962. Grayscale: #DADADA. Windows color (decimal): -2365795 or 10348251. OLE color: 10348251.
HSL color Cylindrical-coordinate representation of color #DBE69D: hue angle of 69.04º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE69D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 157 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.10 |
| HSL | 69.04º | 0.59% | 0.76% | - |
| HSV(B) | 69.04º | 0.32% | 0.9% | - |
| XYZ | 63.6 | 74.09 | 42.85 | - |
| YUV | 218.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 157 | 0.05 | 0 | 0.32 | 0.10 | 69.04 | 0.59 | 0.76 |
| Hex | DB | E6 | 9D | 5 | 0 | 20 | A | 45 | 3B | 4C |
| Octal | 333 | 346 | 235 | 5 | 0 | 40 | 12 | 105 | 73 | 114 |
| Binary | 11011011 | 11100110 | 10011101 | 101 | 0 | 100000 | 1010 | 1000101 | 111011 | 1001100 |
Color Harmonies of #DBE69D
Complementary color
Monochromatic Colors of #DBE69D
Black with #DBE69D
Text Example
Text Example
White with #DBE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE69D; }
p { color: rgb(219,230,157); }
H1.HeaderClassName
{
color: #DBE69D;
}
.AnyTagClassName
{
color: #DBE69D;
}
</style>
background-color css
<style>
a { background-color: #DBE69D; }
a { background-color: rgb(219,230,157); }
div.DivClassName
{
background-color: #DBE69D;
}
.BgClassName
{
background-color: #DBE69D;
}
</style>
border-color css
<style>
span { border-color: #DBE69D; }
span { border-color: rgb(219,230,157); }
td.TdClassName
{
border-color: #DBE69D;
}
.TagClassName
{
border-color: #DBE69D;
}
</style>