Shades of Reef #DBEDAC
Tints of Reef #DBEDAC
RGB
CMYK
RGB Variations
Color information
#DBEDAC (or 0xDBEDAC) is known color: Reef. HEX triplet: DB, ED and AC. RGB value is (219,237,172). Sum of RGB (Red+Green+Blue) = 219+237+172=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAC is #241253. Grayscale: #E0E0E0. Windows color (decimal): -2363988 or 11333083. OLE color: 11333083.
HSL color Cylindrical-coordinate representation of color #DBEDAC: hue angle of 76.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBEDAC is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 172 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 76.62º | 0.64% | 0.8% | - |
| HSV(B) | 76.62º | 0.27% | 0.93% | - |
| XYZ | 66.94 | 78.61 | 50.67 | - |
| YUV | 224.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 172 | 0.08 | 0 | 0.27 | 0.07 | 76.62 | 0.64 | 0.8 |
| Hex | DB | ED | AC | 8 | 0 | 1B | 7 | 4D | 40 | 50 |
| Octal | 333 | 355 | 254 | 10 | 0 | 33 | 7 | 115 | 100 | 120 |
| Binary | 11011011 | 11101101 | 10101100 | 1000 | 0 | 11011 | 111 | 1001101 | 1000000 | 1010000 |
Color Harmonies of #DBEDAC
Complementary color
Monochromatic Colors of #DBEDAC
Black with #DBEDAC
Text Example
Text Example
White with #DBEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDAC; }
p { color: rgb(219,237,172); }
H1.HeaderClassName
{
color: #DBEDAC;
}
.AnyTagClassName
{
color: #DBEDAC;
}
</style>
background-color css
<style>
a { background-color: #DBEDAC; }
a { background-color: rgb(219,237,172); }
div.DivClassName
{
background-color: #DBEDAC;
}
.BgClassName
{
background-color: #DBEDAC;
}
</style>
border-color css
<style>
span { border-color: #DBEDAC; }
span { border-color: rgb(219,237,172); }
td.TdClassName
{
border-color: #DBEDAC;
}
.TagClassName
{
border-color: #DBEDAC;
}
</style>