Shades of Reef #DBFDB1
Tints of Reef #DBFDB1
RGB
CMYK
RGB Variations
Color information
#DBFDB1 (or 0xDBFDB1) is known color: Reef. HEX triplet: DB, FD and B1. RGB value is (219,253,177). Sum of RGB (Red+Green+Blue) = 219+253+177=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDB1 is #24024E. Grayscale: #EAEAEA. Windows color (decimal): -2359887 or 11664859. OLE color: 11664859.
HSL color Cylindrical-coordinate representation of color #DBFDB1: hue angle of 86.84º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 177 | - |
CMYK | 0.13 | 0 | 0.30 | 0.01 |
HSL | 86.84º | 0.95% | 0.84% | - |
HSV(B) | 86.84º | 0.3% | 0.99% | - |
XYZ | 72.27 | 88.48 | 54.87 | - |
YUV | 234.17 | 95.74 | 117.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 177 | 0.13 | 0 | 0.30 | 0.01 | 86.84 | 0.95 | 0.84 |
Hex | DB | FD | B1 | D | 0 | 1E | 1 | 57 | 5F | 54 |
Octal | 333 | 375 | 261 | 15 | 0 | 36 | 1 | 127 | 137 | 124 |
Binary | 11011011 | 11111101 | 10110001 | 1101 | 0 | 11110 | 1 | 1010111 | 1011111 | 1010100 |
Color Harmonies of #DBFDB1
Complementary color
Monochromatic Colors of #DBFDB1
Black with #DBFDB1
Text Example
Text Example
White with #DBFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB1; }
p { color: rgb(219,253,177); }
H1.HeaderClassName
{
color: #DBFDB1;
}
.AnyTagClassName
{
color: #DBFDB1;
}
</style>
background-color css
<style>
a { background-color: #DBFDB1; }
a { background-color: rgb(219,253,177); }
div.DivClassName
{
background-color: #DBFDB1;
}
.BgClassName
{
background-color: #DBFDB1;
}
</style>
border-color css
<style>
span { border-color: #DBFDB1; }
span { border-color: rgb(219,253,177); }
td.TdClassName
{
border-color: #DBFDB1;
}
.TagClassName
{
border-color: #DBFDB1;
}
</style>