Shades of Reef #DBEDAF
Tints of Reef #DBEDAF
RGB
CMYK
RGB Variations
Color information
#DBEDAF (or 0xDBEDAF) is known color: Reef. HEX triplet: DB, ED and AF. RGB value is (219,237,175). Sum of RGB (Red+Green+Blue) = 219+237+175=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAF is #241250. Grayscale: #E0E0E0. Windows color (decimal): -2363985 or 11529691. OLE color: 11529691.
HSL color Cylindrical-coordinate representation of color #DBEDAF: hue angle of 77.42º 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 #DBEDAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 175 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 77.42º | 0.63% | 0.81% | - |
| HSV(B) | 77.42º | 0.26% | 0.93% | - |
| XYZ | 67.24 | 78.72 | 52.21 | - |
| YUV | 224.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 175 | 0.08 | 0 | 0.26 | 0.07 | 77.42 | 0.63 | 0.81 |
| Hex | DB | ED | AF | 8 | 0 | 1A | 7 | 4D | 3F | 51 |
| Octal | 333 | 355 | 257 | 10 | 0 | 32 | 7 | 115 | 77 | 121 |
| Binary | 11011011 | 11101101 | 10101111 | 1000 | 0 | 11010 | 111 | 1001101 | 111111 | 1010001 |
Color Harmonies of #DBEDAF
Complementary color
Monochromatic Colors of #DBEDAF
Black with #DBEDAF
Text Example
Text Example
White with #DBEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDAF; }
p { color: rgb(219,237,175); }
H1.HeaderClassName
{
color: #DBEDAF;
}
.AnyTagClassName
{
color: #DBEDAF;
}
</style>
background-color css
<style>
a { background-color: #DBEDAF; }
a { background-color: rgb(219,237,175); }
div.DivClassName
{
background-color: #DBEDAF;
}
.BgClassName
{
background-color: #DBEDAF;
}
</style>
border-color css
<style>
span { border-color: #DBEDAF; }
span { border-color: rgb(219,237,175); }
td.TdClassName
{
border-color: #DBEDAF;
}
.TagClassName
{
border-color: #DBEDAF;
}
</style>