Shades of Reef #DBEEB6
Tints of Reef #DBEEB6
RGB
CMYK
RGB Variations
Color information
#DBEEB6 (or 0xDBEEB6) is known color: Reef. HEX triplet: DB, EE and B6. RGB value is (219,238,182). Sum of RGB (Red+Green+Blue) = 219+238+182=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEB6 is #241149. Grayscale: #E2E2E2. Windows color (decimal): -2363722 or 11988699. OLE color: 11988699.
HSL color Cylindrical-coordinate representation of color #DBEEB6: hue angle of 80.36º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEEB6 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 182 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.07 |
| HSL | 80.36º | 0.62% | 0.82% | - |
| HSV(B) | 80.36º | 0.24% | 0.93% | - |
| XYZ | 68.23 | 79.59 | 56.02 | - |
| YUV | 225.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 182 | 0.08 | 0 | 0.24 | 0.07 | 80.36 | 0.62 | 0.82 |
| Hex | DB | EE | B6 | 8 | 0 | 18 | 7 | 50 | 3E | 52 |
| Octal | 333 | 356 | 266 | 10 | 0 | 30 | 7 | 120 | 76 | 122 |
| Binary | 11011011 | 11101110 | 10110110 | 1000 | 0 | 11000 | 111 | 1010000 | 111110 | 1010010 |
Color Harmonies of #DBEEB6
Complementary color
Monochromatic Colors of #DBEEB6
Black with #DBEEB6
Text Example
Text Example
White with #DBEEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEB6; }
p { color: rgb(219,238,182); }
H1.HeaderClassName
{
color: #DBEEB6;
}
.AnyTagClassName
{
color: #DBEEB6;
}
</style>
background-color css
<style>
a { background-color: #DBEEB6; }
a { background-color: rgb(219,238,182); }
div.DivClassName
{
background-color: #DBEEB6;
}
.BgClassName
{
background-color: #DBEEB6;
}
</style>
border-color css
<style>
span { border-color: #DBEEB6; }
span { border-color: rgb(219,238,182); }
td.TdClassName
{
border-color: #DBEEB6;
}
.TagClassName
{
border-color: #DBEEB6;
}
</style>