Shades of Reef #DBEEB1
Tints of Reef #DBEEB1
RGB
CMYK
RGB Variations
Color information
#DBEEB1 (or 0xDBEEB1) is known color: Reef. HEX triplet: DB, EE and B1. RGB value is (219,238,177). Sum of RGB (Red+Green+Blue) = 219+238+177=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEB1 is #24114E. Grayscale: #E1E1E1. Windows color (decimal): -2363727 or 11661019. OLE color: 11661019.
HSL color Cylindrical-coordinate representation of color #DBEEB1: hue angle of 78.69º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBEEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 177 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 78.69º | 0.64% | 0.81% | - |
| HSV(B) | 78.69º | 0.26% | 0.93% | - |
| XYZ | 67.72 | 79.38 | 53.35 | - |
| YUV | 225.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 177 | 0.08 | 0 | 0.26 | 0.07 | 78.69 | 0.64 | 0.81 |
| Hex | DB | EE | B1 | 8 | 0 | 1A | 7 | 4F | 40 | 51 |
| Octal | 333 | 356 | 261 | 10 | 0 | 32 | 7 | 117 | 100 | 121 |
| Binary | 11011011 | 11101110 | 10110001 | 1000 | 0 | 11010 | 111 | 1001111 | 1000000 | 1010001 |
Color Harmonies of #DBEEB1
Complementary color
Monochromatic Colors of #DBEEB1
Black with #DBEEB1
Text Example
Text Example
White with #DBEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEB1; }
p { color: rgb(219,238,177); }
H1.HeaderClassName
{
color: #DBEEB1;
}
.AnyTagClassName
{
color: #DBEEB1;
}
</style>
background-color css
<style>
a { background-color: #DBEEB1; }
a { background-color: rgb(219,238,177); }
div.DivClassName
{
background-color: #DBEEB1;
}
.BgClassName
{
background-color: #DBEEB1;
}
</style>
border-color css
<style>
span { border-color: #DBEEB1; }
span { border-color: rgb(219,238,177); }
td.TdClassName
{
border-color: #DBEEB1;
}
.TagClassName
{
border-color: #DBEEB1;
}
</style>