Shades of Reef #DBEBA8
Tints of Reef #DBEBA8
RGB
CMYK
RGB Variations
Color information
#DBEBA8 (or 0xDBEBA8) is known color: Reef. HEX triplet: DB, EB and A8. RGB value is (219,235,168). Sum of RGB (Red+Green+Blue) = 219+235+168=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA8 is #241457. Grayscale: #DEDEDE. Windows color (decimal): -2364504 or 11070427. OLE color: 11070427.
HSL color Cylindrical-coordinate representation of color #DBEBA8: hue angle of 74.33º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEBA8 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 168 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.08 |
| HSL | 74.33º | 0.63% | 0.79% | - |
| HSV(B) | 74.33º | 0.29% | 0.92% | - |
| XYZ | 65.99 | 77.3 | 48.49 | - |
| YUV | 222.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 168 | 0.07 | 0 | 0.29 | 0.08 | 74.33 | 0.63 | 0.79 |
| Hex | DB | EB | A8 | 7 | 0 | 1D | 8 | 4A | 3F | 4F |
| Octal | 333 | 353 | 250 | 7 | 0 | 35 | 10 | 112 | 77 | 117 |
| Binary | 11011011 | 11101011 | 10101000 | 111 | 0 | 11101 | 1000 | 1001010 | 111111 | 1001111 |
Color Harmonies of #DBEBA8
Complementary color
Monochromatic Colors of #DBEBA8
Black with #DBEBA8
Text Example
Text Example
White with #DBEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBA8; }
p { color: rgb(219,235,168); }
H1.HeaderClassName
{
color: #DBEBA8;
}
.AnyTagClassName
{
color: #DBEBA8;
}
</style>
background-color css
<style>
a { background-color: #DBEBA8; }
a { background-color: rgb(219,235,168); }
div.DivClassName
{
background-color: #DBEBA8;
}
.BgClassName
{
background-color: #DBEBA8;
}
</style>
border-color css
<style>
span { border-color: #DBEBA8; }
span { border-color: rgb(219,235,168); }
td.TdClassName
{
border-color: #DBEBA8;
}
.TagClassName
{
border-color: #DBEBA8;
}
</style>