Shades of Reef #DBEDA5
Tints of Reef #DBEDA5
RGB
CMYK
RGB Variations
Color information
#DBEDA5 (or 0xDBEDA5) is known color: Reef. HEX triplet: DB, ED and A5. RGB value is (219,237,165). Sum of RGB (Red+Green+Blue) = 219+237+165=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDA5 is #24125A. Grayscale: #DFDFDF. Windows color (decimal): -2363995 or 10874331. OLE color: 10874331.
HSL color Cylindrical-coordinate representation of color #DBEDA5: hue angle of 75º degrees, saturation: 0.67, 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 #DBEDA5 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 165 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.07 |
| HSL | 75º | 0.67% | 0.79% | - |
| HSV(B) | 75º | 0.3% | 0.93% | - |
| XYZ | 66.29 | 78.35 | 47.23 | - |
| YUV | 223.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 165 | 0.08 | 0 | 0.30 | 0.07 | 75 | 0.67 | 0.79 |
| Hex | DB | ED | A5 | 8 | 0 | 1E | 7 | 4B | 43 | 4F |
| Octal | 333 | 355 | 245 | 10 | 0 | 36 | 7 | 113 | 103 | 117 |
| Binary | 11011011 | 11101101 | 10100101 | 1000 | 0 | 11110 | 111 | 1001011 | 1000011 | 1001111 |
Color Harmonies of #DBEDA5
Complementary color
Monochromatic Colors of #DBEDA5
Black with #DBEDA5
Text Example
Text Example
White with #DBEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDA5; }
p { color: rgb(219,237,165); }
H1.HeaderClassName
{
color: #DBEDA5;
}
.AnyTagClassName
{
color: #DBEDA5;
}
</style>
background-color css
<style>
a { background-color: #DBEDA5; }
a { background-color: rgb(219,237,165); }
div.DivClassName
{
background-color: #DBEDA5;
}
.BgClassName
{
background-color: #DBEDA5;
}
</style>
border-color css
<style>
span { border-color: #DBEDA5; }
span { border-color: rgb(219,237,165); }
td.TdClassName
{
border-color: #DBEDA5;
}
.TagClassName
{
border-color: #DBEDA5;
}
</style>