Shades of Reef #DBEEB2
Tints of Reef #DBEEB2
RGB
CMYK
RGB Variations
Color information
#DBEEB2 (or 0xDBEEB2) is known color: Reef. HEX triplet: DB, EE and B2. RGB value is (219,238,178). Sum of RGB (Red+Green+Blue) = 219+238+178=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEB2 is #24114D. Grayscale: #E1E1E1. Windows color (decimal): -2363726 or 11726555. OLE color: 11726555.
HSL color Cylindrical-coordinate representation of color #DBEEB2: hue angle of 79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 178 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.07 |
| HSL | 79º | 0.64% | 0.82% | - |
| HSV(B) | 79º | 0.25% | 0.93% | - |
| XYZ | 67.82 | 79.42 | 53.88 | - |
| YUV | 225.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 178 | 0.08 | 0 | 0.25 | 0.07 | 79 | 0.64 | 0.82 |
| Hex | DB | EE | B2 | 8 | 0 | 19 | 7 | 4F | 40 | 52 |
| Octal | 333 | 356 | 262 | 10 | 0 | 31 | 7 | 117 | 100 | 122 |
| Binary | 11011011 | 11101110 | 10110010 | 1000 | 0 | 11001 | 111 | 1001111 | 1000000 | 1010010 |
Color Harmonies of #DBEEB2
Complementary color
Monochromatic Colors of #DBEEB2
Black with #DBEEB2
Text Example
Text Example
White with #DBEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEB2; }
p { color: rgb(219,238,178); }
H1.HeaderClassName
{
color: #DBEEB2;
}
.AnyTagClassName
{
color: #DBEEB2;
}
</style>
background-color css
<style>
a { background-color: #DBEEB2; }
a { background-color: rgb(219,238,178); }
div.DivClassName
{
background-color: #DBEEB2;
}
.BgClassName
{
background-color: #DBEEB2;
}
</style>
border-color css
<style>
span { border-color: #DBEEB2; }
span { border-color: rgb(219,238,178); }
td.TdClassName
{
border-color: #DBEEB2;
}
.TagClassName
{
border-color: #DBEEB2;
}
</style>