Shades of Reef #DBECA3
Tints of Reef #DBECA3
RGB
CMYK
RGB Variations
Color information
#DBECA3 (or 0xDBECA3) is known color: Reef. HEX triplet: DB, EC and A3. RGB value is (219,236,163). Sum of RGB (Red+Green+Blue) = 219+236+163=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECA3 is #24135C. Grayscale: #DEDEDE. Windows color (decimal): -2364253 or 10743003. OLE color: 10743003.
HSL color Cylindrical-coordinate representation of color #DBECA3: hue angle of 73.97º degrees, saturation: 0.66, 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 #DBECA3 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 163 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 73.97º | 0.66% | 0.78% | - |
| HSV(B) | 73.97º | 0.31% | 0.93% | - |
| XYZ | 65.82 | 77.7 | 46.18 | - |
| YUV | 222.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 163 | 0.07 | 0 | 0.31 | 0.07 | 73.97 | 0.66 | 0.78 |
| Hex | DB | EC | A3 | 7 | 0 | 1F | 7 | 4A | 42 | 4E |
| Octal | 333 | 354 | 243 | 7 | 0 | 37 | 7 | 112 | 102 | 116 |
| Binary | 11011011 | 11101100 | 10100011 | 111 | 0 | 11111 | 111 | 1001010 | 1000010 | 1001110 |
Color Harmonies of #DBECA3
Complementary color
Monochromatic Colors of #DBECA3
Black with #DBECA3
Text Example
Text Example
White with #DBECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECA3; }
p { color: rgb(219,236,163); }
H1.HeaderClassName
{
color: #DBECA3;
}
.AnyTagClassName
{
color: #DBECA3;
}
</style>
background-color css
<style>
a { background-color: #DBECA3; }
a { background-color: rgb(219,236,163); }
div.DivClassName
{
background-color: #DBECA3;
}
.BgClassName
{
background-color: #DBECA3;
}
</style>
border-color css
<style>
span { border-color: #DBECA3; }
span { border-color: rgb(219,236,163); }
td.TdClassName
{
border-color: #DBECA3;
}
.TagClassName
{
border-color: #DBECA3;
}
</style>