Shades of Reef #DBFDA1
Tints of Reef #DBFDA1
RGB
CMYK
RGB Variations
Color information
#DBFDA1 (or 0xDBFDA1) is known color: Reef. HEX triplet: DB, FD and A1. RGB value is (219,253,161). Sum of RGB (Red+Green+Blue) = 219+253+161=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDA1 is #24025E. Grayscale: #E8E8E8. Windows color (decimal): -2359903 or 10616283. OLE color: 10616283.
HSL color Cylindrical-coordinate representation of color #DBFDA1: hue angle of 82.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 161 | - |
CMYK | 0.13 | 0 | 0.36 | 0.01 |
HSL | 82.17º | 0.96% | 0.81% | - |
HSV(B) | 82.17º | 0.36% | 0.99% | - |
XYZ | 70.77 | 87.88 | 46.95 | - |
YUV | 232.35 | 87.74 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 161 | 0.13 | 0 | 0.36 | 0.01 | 82.17 | 0.96 | 0.81 |
Hex | DB | FD | A1 | D | 0 | 24 | 1 | 52 | 60 | 51 |
Octal | 333 | 375 | 241 | 15 | 0 | 44 | 1 | 122 | 140 | 121 |
Binary | 11011011 | 11111101 | 10100001 | 1101 | 0 | 100100 | 1 | 1010010 | 1100000 | 1010001 |
Color Harmonies of #DBFDA1
Complementary color
Monochromatic Colors of #DBFDA1
Black with #DBFDA1
Text Example
Text Example
White with #DBFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDA1; }
p { color: rgb(219,253,161); }
H1.HeaderClassName
{
color: #DBFDA1;
}
.AnyTagClassName
{
color: #DBFDA1;
}
</style>
background-color css
<style>
a { background-color: #DBFDA1; }
a { background-color: rgb(219,253,161); }
div.DivClassName
{
background-color: #DBFDA1;
}
.BgClassName
{
background-color: #DBFDA1;
}
</style>
border-color css
<style>
span { border-color: #DBFDA1; }
span { border-color: rgb(219,253,161); }
td.TdClassName
{
border-color: #DBFDA1;
}
.TagClassName
{
border-color: #DBFDA1;
}
</style>