Shades of Reef #DBFFAE
Tints of Reef #DBFFAE
RGB
CMYK
RGB Variations
Color information
#DBFFAE (or 0xDBFFAE) is known color: Reef. HEX triplet: DB, FF and AE. RGB value is (219,255,174). Sum of RGB (Red+Green+Blue) = 219+255+174=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAE is #240051. Grayscale: #EBEBEB. Windows color (decimal): -2359378 or 11468763. OLE color: 11468763.
HSL color Cylindrical-coordinate representation of color #DBFFAE: hue angle of 86.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFFAE is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 174 | - |
| CMYK | 0.14 | 0 | 0.32 | 0 |
| HSL | 86.67º | 1% | 0.84% | - |
| HSV(B) | 86.67º | 0.32% | 1% | - |
| XYZ | 72.61 | 89.64 | 53.52 | - |
| YUV | 235 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 174 | 0.14 | 0 | 0.32 | 0 | 86.67 | 1 | 0.84 |
| Hex | DB | FF | AE | E | 0 | 20 | 0 | 57 | 64 | 54 |
| Octal | 333 | 377 | 256 | 16 | 0 | 40 | 0 | 127 | 144 | 124 |
| Binary | 11011011 | 11111111 | 10101110 | 1110 | 0 | 100000 | 0 | 1010111 | 1100100 | 1010100 |
Color Harmonies of #DBFFAE
Complementary color
Monochromatic Colors of #DBFFAE
Black with #DBFFAE
Text Example
Text Example
White with #DBFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFAE; }
p { color: rgb(219,255,174); }
H1.HeaderClassName
{
color: #DBFFAE;
}
.AnyTagClassName
{
color: #DBFFAE;
}
</style>
background-color css
<style>
a { background-color: #DBFFAE; }
a { background-color: rgb(219,255,174); }
div.DivClassName
{
background-color: #DBFFAE;
}
.BgClassName
{
background-color: #DBFFAE;
}
</style>
border-color css
<style>
span { border-color: #DBFFAE; }
span { border-color: rgb(219,255,174); }
td.TdClassName
{
border-color: #DBFFAE;
}
.TagClassName
{
border-color: #DBFFAE;
}
</style>