Shades of Reef #DBE69B
Tints of Reef #DBE69B
RGB
CMYK
RGB Variations
Color information
#DBE69B (or 0xDBE69B) is known color: Reef. HEX triplet: DB, E6 and 9B. RGB value is (219,230,155). Sum of RGB (Red+Green+Blue) = 219+230+155=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69B is #241964. Grayscale: #DADADA. Windows color (decimal): -2365797 or 10217179. OLE color: 10217179.
HSL color Cylindrical-coordinate representation of color #DBE69B: hue angle of 68.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE69B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 155 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.10 |
| HSL | 68.8º | 0.6% | 0.75% | - |
| HSV(B) | 68.8º | 0.33% | 0.9% | - |
| XYZ | 63.43 | 74.02 | 41.95 | - |
| YUV | 218.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 155 | 0.05 | 0 | 0.33 | 0.10 | 68.8 | 0.6 | 0.75 |
| Hex | DB | E6 | 9B | 5 | 0 | 21 | A | 45 | 3C | 4B |
| Octal | 333 | 346 | 233 | 5 | 0 | 41 | 12 | 105 | 74 | 113 |
| Binary | 11011011 | 11100110 | 10011011 | 101 | 0 | 100001 | 1010 | 1000101 | 111100 | 1001011 |
Color Harmonies of #DBE69B
Complementary color
Monochromatic Colors of #DBE69B
Black with #DBE69B
Text Example
Text Example
White with #DBE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE69B; }
p { color: rgb(219,230,155); }
H1.HeaderClassName
{
color: #DBE69B;
}
.AnyTagClassName
{
color: #DBE69B;
}
</style>
background-color css
<style>
a { background-color: #DBE69B; }
a { background-color: rgb(219,230,155); }
div.DivClassName
{
background-color: #DBE69B;
}
.BgClassName
{
background-color: #DBE69B;
}
</style>
border-color css
<style>
span { border-color: #DBE69B; }
span { border-color: rgb(219,230,155); }
td.TdClassName
{
border-color: #DBE69B;
}
.TagClassName
{
border-color: #DBE69B;
}
</style>