Shades of Reef #DBECA4
Tints of Reef #DBECA4
RGB
CMYK
RGB Variations
Color information
#DBECA4 (or 0xDBECA4) is known color: Reef. HEX triplet: DB, EC and A4. RGB value is (219,236,164). Sum of RGB (Red+Green+Blue) = 219+236+164=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECA4 is #24135B. Grayscale: #DEDEDE. Windows color (decimal): -2364252 or 10808539. OLE color: 10808539.
HSL color Cylindrical-coordinate representation of color #DBECA4: hue angle of 74.17º degrees, saturation: 0.65, 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 #DBECA4 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 164 | - |
CMYK | 0.07 | 0 | 0.31 | 0.07 |
HSL | 74.17º | 0.65% | 0.78% | - |
HSV(B) | 74.17º | 0.31% | 0.93% | - |
XYZ | 65.91 | 77.73 | 46.65 | - |
YUV | 222.71 | 94.87 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 164 | 0.07 | 0 | 0.31 | 0.07 | 74.17 | 0.65 | 0.78 |
Hex | DB | EC | A4 | 7 | 0 | 1F | 7 | 4A | 41 | 4E |
Octal | 333 | 354 | 244 | 7 | 0 | 37 | 7 | 112 | 101 | 116 |
Binary | 11011011 | 11101100 | 10100100 | 111 | 0 | 11111 | 111 | 1001010 | 1000001 | 1001110 |
Color Harmonies of #DBECA4
Complementary color
Monochromatic Colors of #DBECA4
Black with #DBECA4
Text Example
Text Example
White with #DBECA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECA4; }
p { color: rgb(219,236,164); }
H1.HeaderClassName
{
color: #DBECA4;
}
.AnyTagClassName
{
color: #DBECA4;
}
</style>
background-color css
<style>
a { background-color: #DBECA4; }
a { background-color: rgb(219,236,164); }
div.DivClassName
{
background-color: #DBECA4;
}
.BgClassName
{
background-color: #DBECA4;
}
</style>
border-color css
<style>
span { border-color: #DBECA4; }
span { border-color: rgb(219,236,164); }
td.TdClassName
{
border-color: #DBECA4;
}
.TagClassName
{
border-color: #DBECA4;
}
</style>