Shades of Reef #DBFAA2
Tints of Reef #DBFAA2
RGB
CMYK
RGB Variations
Color information
#DBFAA2 (or 0xDBFAA2) is known color: Reef. HEX triplet: DB, FA and A2. RGB value is (219,250,162). Sum of RGB (Red+Green+Blue) = 219+250+162=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA2 is #24055D. Grayscale: #E7E7E7. Windows color (decimal): -2360670 or 10681051. OLE color: 10681051.
HSL color Cylindrical-coordinate representation of color #DBFAA2: hue angle of 81.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFAA2 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 162 | - |
CMYK | 0.12 | 0 | 0.35 | 0.02 |
HSL | 81.14º | 0.9% | 0.81% | - |
HSV(B) | 81.14º | 0.35% | 0.98% | - |
XYZ | 69.92 | 86.04 | 47.1 | - |
YUV | 230.7 | 89.23 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 162 | 0.12 | 0 | 0.35 | 0.02 | 81.14 | 0.9 | 0.81 |
Hex | DB | FA | A2 | C | 0 | 23 | 2 | 51 | 5A | 51 |
Octal | 333 | 372 | 242 | 14 | 0 | 43 | 2 | 121 | 132 | 121 |
Binary | 11011011 | 11111010 | 10100010 | 1100 | 0 | 100011 | 10 | 1010001 | 1011010 | 1010001 |
Color Harmonies of #DBFAA2
Complementary color
Monochromatic Colors of #DBFAA2
Black with #DBFAA2
Text Example
Text Example
White with #DBFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAA2; }
p { color: rgb(219,250,162); }
H1.HeaderClassName
{
color: #DBFAA2;
}
.AnyTagClassName
{
color: #DBFAA2;
}
</style>
background-color css
<style>
a { background-color: #DBFAA2; }
a { background-color: rgb(219,250,162); }
div.DivClassName
{
background-color: #DBFAA2;
}
.BgClassName
{
background-color: #DBFAA2;
}
</style>
border-color css
<style>
span { border-color: #DBFAA2; }
span { border-color: rgb(219,250,162); }
td.TdClassName
{
border-color: #DBFAA2;
}
.TagClassName
{
border-color: #DBFAA2;
}
</style>