Shades of Reef #DBEDAE
Tints of Reef #DBEDAE
RGB
CMYK
RGB Variations
Color information
#DBEDAE (or 0xDBEDAE) is known color: Reef. HEX triplet: DB, ED and AE. RGB value is (219,237,174). Sum of RGB (Red+Green+Blue) = 219+237+174=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAE is #241251. Grayscale: #E0E0E0. Windows color (decimal): -2363986 or 11464155. OLE color: 11464155.
HSL color Cylindrical-coordinate representation of color #DBEDAE: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBEDAE is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 174 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 77.14º | 0.64% | 0.81% | - |
| HSV(B) | 77.14º | 0.27% | 0.93% | - |
| XYZ | 67.14 | 78.68 | 51.69 | - |
| YUV | 224.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 174 | 0.08 | 0 | 0.27 | 0.07 | 77.14 | 0.64 | 0.81 |
| Hex | DB | ED | AE | 8 | 0 | 1B | 7 | 4D | 40 | 51 |
| Octal | 333 | 355 | 256 | 10 | 0 | 33 | 7 | 115 | 100 | 121 |
| Binary | 11011011 | 11101101 | 10101110 | 1000 | 0 | 11011 | 111 | 1001101 | 1000000 | 1010001 |
Color Harmonies of #DBEDAE
Complementary color
Monochromatic Colors of #DBEDAE
Black with #DBEDAE
Text Example
Text Example
White with #DBEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDAE; }
p { color: rgb(219,237,174); }
H1.HeaderClassName
{
color: #DBEDAE;
}
.AnyTagClassName
{
color: #DBEDAE;
}
</style>
background-color css
<style>
a { background-color: #DBEDAE; }
a { background-color: rgb(219,237,174); }
div.DivClassName
{
background-color: #DBEDAE;
}
.BgClassName
{
background-color: #DBEDAE;
}
</style>
border-color css
<style>
span { border-color: #DBEDAE; }
span { border-color: rgb(219,237,174); }
td.TdClassName
{
border-color: #DBEDAE;
}
.TagClassName
{
border-color: #DBEDAE;
}
</style>