Shades of Reef #DBEDB6
Tints of Reef #DBEDB6
RGB
CMYK
RGB Variations
Color information
#DBEDB6 (or 0xDBEDB6) is known color: Reef. HEX triplet: DB, ED and B6. RGB value is (219,237,182). Sum of RGB (Red+Green+Blue) = 219+237+182=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB6 is #241249. Grayscale: #E1E1E1. Windows color (decimal): -2363978 or 11988443. OLE color: 11988443.
HSL color Cylindrical-coordinate representation of color #DBEDB6: hue angle of 79.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 182 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.07 |
| HSL | 79.64º | 0.6% | 0.82% | - |
| HSV(B) | 79.64º | 0.23% | 0.93% | - |
| XYZ | 67.94 | 79.01 | 55.92 | - |
| YUV | 225.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 182 | 0.08 | 0 | 0.23 | 0.07 | 79.64 | 0.6 | 0.82 |
| Hex | DB | ED | B6 | 8 | 0 | 17 | 7 | 50 | 3C | 52 |
| Octal | 333 | 355 | 266 | 10 | 0 | 27 | 7 | 120 | 74 | 122 |
| Binary | 11011011 | 11101101 | 10110110 | 1000 | 0 | 10111 | 111 | 1010000 | 111100 | 1010010 |
Color Harmonies of #DBEDB6
Complementary color
Monochromatic Colors of #DBEDB6
Black with #DBEDB6
Text Example
Text Example
White with #DBEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB6; }
p { color: rgb(219,237,182); }
H1.HeaderClassName
{
color: #DBEDB6;
}
.AnyTagClassName
{
color: #DBEDB6;
}
</style>
background-color css
<style>
a { background-color: #DBEDB6; }
a { background-color: rgb(219,237,182); }
div.DivClassName
{
background-color: #DBEDB6;
}
.BgClassName
{
background-color: #DBEDB6;
}
</style>
border-color css
<style>
span { border-color: #DBEDB6; }
span { border-color: rgb(219,237,182); }
td.TdClassName
{
border-color: #DBEDB6;
}
.TagClassName
{
border-color: #DBEDB6;
}
</style>