Shades of Reef #DBE69C
Tints of Reef #DBE69C
RGB
CMYK
RGB Variations
Color information
#DBE69C (or 0xDBE69C) is known color: Reef. HEX triplet: DB, E6 and 9C. RGB value is (219,230,156). Sum of RGB (Red+Green+Blue) = 219+230+156=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69C is #241963. Grayscale: #DADADA. Windows color (decimal): -2365796 or 10282715. OLE color: 10282715.
HSL color Cylindrical-coordinate representation of color #DBE69C: hue angle of 68.92º degrees, saturation: 0.6, 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 #DBE69C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 156 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.10 |
| HSL | 68.92º | 0.6% | 0.76% | - |
| HSV(B) | 68.92º | 0.32% | 0.9% | - |
| XYZ | 63.51 | 74.05 | 42.4 | - |
| YUV | 218.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 156 | 0.05 | 0 | 0.32 | 0.10 | 68.92 | 0.6 | 0.76 |
| Hex | DB | E6 | 9C | 5 | 0 | 20 | A | 45 | 3C | 4C |
| Octal | 333 | 346 | 234 | 5 | 0 | 40 | 12 | 105 | 74 | 114 |
| Binary | 11011011 | 11100110 | 10011100 | 101 | 0 | 100000 | 1010 | 1000101 | 111100 | 1001100 |
Color Harmonies of #DBE69C
Complementary color
Monochromatic Colors of #DBE69C
Black with #DBE69C
Text Example
Text Example
White with #DBE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE69C; }
p { color: rgb(219,230,156); }
H1.HeaderClassName
{
color: #DBE69C;
}
.AnyTagClassName
{
color: #DBE69C;
}
</style>
background-color css
<style>
a { background-color: #DBE69C; }
a { background-color: rgb(219,230,156); }
div.DivClassName
{
background-color: #DBE69C;
}
.BgClassName
{
background-color: #DBE69C;
}
</style>
border-color css
<style>
span { border-color: #DBE69C; }
span { border-color: rgb(219,230,156); }
td.TdClassName
{
border-color: #DBE69C;
}
.TagClassName
{
border-color: #DBE69C;
}
</style>