Shades of Reef #DBFFA2
Tints of Reef #DBFFA2
RGB
CMYK
RGB Variations
Color information
#DBFFA2 (or 0xDBFFA2) is known color: Reef. HEX triplet: DB, FF and A2. RGB value is (219,255,162). Sum of RGB (Red+Green+Blue) = 219+255+162=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA2 is #24005D. Grayscale: #E9E9E9. Windows color (decimal): -2359390 or 10682331. OLE color: 10682331.
HSL color Cylindrical-coordinate representation of color #DBFFA2: hue angle of 83.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFFA2 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 162 | - |
CMYK | 0.14 | 0 | 0.36 | 0 |
HSL | 83.23º | 1% | 0.82% | - |
HSV(B) | 83.23º | 0.36% | 1% | - |
XYZ | 71.5 | 89.19 | 47.63 | - |
YUV | 233.63 | 87.57 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 162 | 0.14 | 0 | 0.36 | 0 | 83.23 | 1 | 0.82 |
Hex | DB | FF | A2 | E | 0 | 24 | 0 | 53 | 64 | 52 |
Octal | 333 | 377 | 242 | 16 | 0 | 44 | 0 | 123 | 144 | 122 |
Binary | 11011011 | 11111111 | 10100010 | 1110 | 0 | 100100 | 0 | 1010011 | 1100100 | 1010010 |
Color Harmonies of #DBFFA2
Complementary color
Monochromatic Colors of #DBFFA2
Black with #DBFFA2
Text Example
Text Example
White with #DBFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFA2; }
p { color: rgb(219,255,162); }
H1.HeaderClassName
{
color: #DBFFA2;
}
.AnyTagClassName
{
color: #DBFFA2;
}
</style>
background-color css
<style>
a { background-color: #DBFFA2; }
a { background-color: rgb(219,255,162); }
div.DivClassName
{
background-color: #DBFFA2;
}
.BgClassName
{
background-color: #DBFFA2;
}
</style>
border-color css
<style>
span { border-color: #DBFFA2; }
span { border-color: rgb(219,255,162); }
td.TdClassName
{
border-color: #DBFFA2;
}
.TagClassName
{
border-color: #DBFFA2;
}
</style>