Shades of Reef #DBEEA1
Tints of Reef #DBEEA1
RGB
CMYK
RGB Variations
Color information
#DBEEA1 (or 0xDBEEA1) is known color: Reef. HEX triplet: DB, EE and A1. RGB value is (219,238,161). Sum of RGB (Red+Green+Blue) = 219+238+161=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEA1 is #24115E. Grayscale: #DFDFDF. Windows color (decimal): -2363743 or 10612443. OLE color: 10612443.
HSL color Cylindrical-coordinate representation of color #DBEEA1: hue angle of 74.81º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBEEA1 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 161 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 74.81º | 0.69% | 0.78% | - |
| HSV(B) | 74.81º | 0.32% | 0.93% | - |
| XYZ | 66.22 | 78.78 | 45.43 | - |
| YUV | 223.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 161 | 0.08 | 0 | 0.32 | 0.07 | 74.81 | 0.69 | 0.78 |
| Hex | DB | EE | A1 | 8 | 0 | 20 | 7 | 4B | 45 | 4E |
| Octal | 333 | 356 | 241 | 10 | 0 | 40 | 7 | 113 | 105 | 116 |
| Binary | 11011011 | 11101110 | 10100001 | 1000 | 0 | 100000 | 111 | 1001011 | 1000101 | 1001110 |
Color Harmonies of #DBEEA1
Complementary color
Monochromatic Colors of #DBEEA1
Black with #DBEEA1
Text Example
Text Example
White with #DBEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEA1; }
p { color: rgb(219,238,161); }
H1.HeaderClassName
{
color: #DBEEA1;
}
.AnyTagClassName
{
color: #DBEEA1;
}
</style>
background-color css
<style>
a { background-color: #DBEEA1; }
a { background-color: rgb(219,238,161); }
div.DivClassName
{
background-color: #DBEEA1;
}
.BgClassName
{
background-color: #DBEEA1;
}
</style>
border-color css
<style>
span { border-color: #DBEEA1; }
span { border-color: rgb(219,238,161); }
td.TdClassName
{
border-color: #DBEEA1;
}
.TagClassName
{
border-color: #DBEEA1;
}
</style>