Shades of Reef #DBEDA6
Tints of Reef #DBEDA6
RGB
CMYK
RGB Variations
Color information
#DBEDA6 (or 0xDBEDA6) is known color: Reef. HEX triplet: DB, ED and A6. RGB value is (219,237,166). Sum of RGB (Red+Green+Blue) = 219+237+166=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDA6 is #241259. Grayscale: #DFDFDF. Windows color (decimal): -2363994 or 10939867. OLE color: 10939867.
HSL color Cylindrical-coordinate representation of color #DBEDA6: hue angle of 75.21º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEDA6 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 166 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.07 |
| HSL | 75.21º | 0.66% | 0.79% | - |
| HSV(B) | 75.21º | 0.3% | 0.93% | - |
| XYZ | 66.38 | 78.38 | 47.71 | - |
| YUV | 223.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 166 | 0.08 | 0 | 0.30 | 0.07 | 75.21 | 0.66 | 0.79 |
| Hex | DB | ED | A6 | 8 | 0 | 1E | 7 | 4B | 42 | 4F |
| Octal | 333 | 355 | 246 | 10 | 0 | 36 | 7 | 113 | 102 | 117 |
| Binary | 11011011 | 11101101 | 10100110 | 1000 | 0 | 11110 | 111 | 1001011 | 1000010 | 1001111 |
Color Harmonies of #DBEDA6
Complementary color
Monochromatic Colors of #DBEDA6
Black with #DBEDA6
Text Example
Text Example
White with #DBEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDA6; }
p { color: rgb(219,237,166); }
H1.HeaderClassName
{
color: #DBEDA6;
}
.AnyTagClassName
{
color: #DBEDA6;
}
</style>
background-color css
<style>
a { background-color: #DBEDA6; }
a { background-color: rgb(219,237,166); }
div.DivClassName
{
background-color: #DBEDA6;
}
.BgClassName
{
background-color: #DBEDA6;
}
</style>
border-color css
<style>
span { border-color: #DBEDA6; }
span { border-color: rgb(219,237,166); }
td.TdClassName
{
border-color: #DBEDA6;
}
.TagClassName
{
border-color: #DBEDA6;
}
</style>