Shades of Reef #DBEDB0
Tints of Reef #DBEDB0
RGB
CMYK
RGB Variations
Color information
#DBEDB0 (or 0xDBEDB0) is known color: Reef. HEX triplet: DB, ED and B0. RGB value is (219,237,176). Sum of RGB (Red+Green+Blue) = 219+237+176=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDB0 is #24124F. Grayscale: #E0E0E0. Windows color (decimal): -2363984 or 11595227. OLE color: 11595227.
HSL color Cylindrical-coordinate representation of color #DBEDB0: hue angle of 77.7º degrees, saturation: 0.63, 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 #DBEDB0 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 176 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 77.7º | 0.63% | 0.81% | - |
| HSV(B) | 77.7º | 0.26% | 0.93% | - |
| XYZ | 67.33 | 78.76 | 52.73 | - |
| YUV | 224.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 176 | 0.08 | 0 | 0.26 | 0.07 | 77.7 | 0.63 | 0.81 |
| Hex | DB | ED | B0 | 8 | 0 | 1A | 7 | 4E | 3F | 51 |
| Octal | 333 | 355 | 260 | 10 | 0 | 32 | 7 | 116 | 77 | 121 |
| Binary | 11011011 | 11101101 | 10110000 | 1000 | 0 | 11010 | 111 | 1001110 | 111111 | 1010001 |
Color Harmonies of #DBEDB0
Complementary color
Monochromatic Colors of #DBEDB0
Black with #DBEDB0
Text Example
Text Example
White with #DBEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB0; }
p { color: rgb(219,237,176); }
H1.HeaderClassName
{
color: #DBEDB0;
}
.AnyTagClassName
{
color: #DBEDB0;
}
</style>
background-color css
<style>
a { background-color: #DBEDB0; }
a { background-color: rgb(219,237,176); }
div.DivClassName
{
background-color: #DBEDB0;
}
.BgClassName
{
background-color: #DBEDB0;
}
</style>
border-color css
<style>
span { border-color: #DBEDB0; }
span { border-color: rgb(219,237,176); }
td.TdClassName
{
border-color: #DBEDB0;
}
.TagClassName
{
border-color: #DBEDB0;
}
</style>