Shades of Reef #DBFDAD
Tints of Reef #DBFDAD
RGB
CMYK
RGB Variations
Color information
#DBFDAD (or 0xDBFDAD) is known color: Reef. HEX triplet: DB, FD and AD. RGB value is (219,253,173). Sum of RGB (Red+Green+Blue) = 219+253+173=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAD is #240252. Grayscale: #E9E9E9. Windows color (decimal): -2359891 or 11402715. OLE color: 11402715.
HSL color Cylindrical-coordinate representation of color #DBFDAD: hue angle of 85.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFDAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.01 |
| HSL | 85.5º | 0.95% | 0.84% | - |
| HSV(B) | 85.5º | 0.32% | 0.99% | - |
| XYZ | 71.88 | 88.33 | 52.8 | - |
| YUV | 233.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 173 | 0.13 | 0 | 0.32 | 0.01 | 85.5 | 0.95 | 0.84 |
| Hex | DB | FD | AD | D | 0 | 20 | 1 | 56 | 5F | 54 |
| Octal | 333 | 375 | 255 | 15 | 0 | 40 | 1 | 126 | 137 | 124 |
| Binary | 11011011 | 11111101 | 10101101 | 1101 | 0 | 100000 | 1 | 1010110 | 1011111 | 1010100 |
Color Harmonies of #DBFDAD
Complementary color
Monochromatic Colors of #DBFDAD
Black with #DBFDAD
Text Example
Text Example
White with #DBFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDAD; }
p { color: rgb(219,253,173); }
H1.HeaderClassName
{
color: #DBFDAD;
}
.AnyTagClassName
{
color: #DBFDAD;
}
</style>
background-color css
<style>
a { background-color: #DBFDAD; }
a { background-color: rgb(219,253,173); }
div.DivClassName
{
background-color: #DBFDAD;
}
.BgClassName
{
background-color: #DBFDAD;
}
</style>
border-color css
<style>
span { border-color: #DBFDAD; }
span { border-color: rgb(219,253,173); }
td.TdClassName
{
border-color: #DBFDAD;
}
.TagClassName
{
border-color: #DBFDAD;
}
</style>