Shades of Reef #DBEFAE
Tints of Reef #DBEFAE
RGB
CMYK
RGB Variations
Color information
#DBEFAE (or 0xDBEFAE) is known color: Reef. HEX triplet: DB, EF and AE. RGB value is (219,239,174). Sum of RGB (Red+Green+Blue) = 219+239+174=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAE is #241051. Grayscale: #E1E1E1. Windows color (decimal): -2363474 or 11464667. OLE color: 11464667.
HSL color Cylindrical-coordinate representation of color #DBEFAE: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBEFAE is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 174 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 78.46º | 0.67% | 0.81% | - |
| HSV(B) | 78.46º | 0.27% | 0.94% | - |
| XYZ | 67.72 | 79.85 | 51.89 | - |
| YUV | 225.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 174 | 0.08 | 0 | 0.27 | 0.06 | 78.46 | 0.67 | 0.81 |
| Hex | DB | EF | AE | 8 | 0 | 1B | 6 | 4E | 43 | 51 |
| Octal | 333 | 357 | 256 | 10 | 0 | 33 | 6 | 116 | 103 | 121 |
| Binary | 11011011 | 11101111 | 10101110 | 1000 | 0 | 11011 | 110 | 1001110 | 1000011 | 1010001 |
Color Harmonies of #DBEFAE
Complementary color
Monochromatic Colors of #DBEFAE
Black with #DBEFAE
Text Example
Text Example
White with #DBEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFAE; }
p { color: rgb(219,239,174); }
H1.HeaderClassName
{
color: #DBEFAE;
}
.AnyTagClassName
{
color: #DBEFAE;
}
</style>
background-color css
<style>
a { background-color: #DBEFAE; }
a { background-color: rgb(219,239,174); }
div.DivClassName
{
background-color: #DBEFAE;
}
.BgClassName
{
background-color: #DBEFAE;
}
</style>
border-color css
<style>
span { border-color: #DBEFAE; }
span { border-color: rgb(219,239,174); }
td.TdClassName
{
border-color: #DBEFAE;
}
.TagClassName
{
border-color: #DBEFAE;
}
</style>