Shades of Reef #DBEDA3
Tints of Reef #DBEDA3
RGB
CMYK
RGB Variations
Color information
#DBEDA3 (or 0xDBEDA3) is known color: Reef. HEX triplet: DB, ED and A3. RGB value is (219,237,163). Sum of RGB (Red+Green+Blue) = 219+237+163=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDA3 is #24125C. Grayscale: #DFDFDF. Windows color (decimal): -2363997 or 10743259. OLE color: 10743259.
HSL color Cylindrical-coordinate representation of color #DBEDA3: hue angle of 74.59º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBEDA3 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 163 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.07 |
| HSL | 74.59º | 0.67% | 0.78% | - |
| HSV(B) | 74.59º | 0.31% | 0.93% | - |
| XYZ | 66.11 | 78.27 | 46.27 | - |
| YUV | 223.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 163 | 0.08 | 0 | 0.31 | 0.07 | 74.59 | 0.67 | 0.78 |
| Hex | DB | ED | A3 | 8 | 0 | 1F | 7 | 4B | 43 | 4E |
| Octal | 333 | 355 | 243 | 10 | 0 | 37 | 7 | 113 | 103 | 116 |
| Binary | 11011011 | 11101101 | 10100011 | 1000 | 0 | 11111 | 111 | 1001011 | 1000011 | 1001110 |
Color Harmonies of #DBEDA3
Complementary color
Monochromatic Colors of #DBEDA3
Black with #DBEDA3
Text Example
Text Example
White with #DBEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDA3; }
p { color: rgb(219,237,163); }
H1.HeaderClassName
{
color: #DBEDA3;
}
.AnyTagClassName
{
color: #DBEDA3;
}
</style>
background-color css
<style>
a { background-color: #DBEDA3; }
a { background-color: rgb(219,237,163); }
div.DivClassName
{
background-color: #DBEDA3;
}
.BgClassName
{
background-color: #DBEDA3;
}
</style>
border-color css
<style>
span { border-color: #DBEDA3; }
span { border-color: rgb(219,237,163); }
td.TdClassName
{
border-color: #DBEDA3;
}
.TagClassName
{
border-color: #DBEDA3;
}
</style>