Shades of Reef #DBFCAD
Tints of Reef #DBFCAD
RGB
CMYK
RGB Variations
Color information
#DBFCAD (or 0xDBFCAD) is known color: Reef. HEX triplet: DB, FC and AD. RGB value is (219,252,173). Sum of RGB (Red+Green+Blue) = 219+252+173=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCAD is #240352. Grayscale: #E9E9E9. Windows color (decimal): -2360147 or 11402459. OLE color: 11402459.
HSL color Cylindrical-coordinate representation of color #DBFCAD: hue angle of 85.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFCAD is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 173 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.01 |
| HSL | 85.06º | 0.93% | 0.83% | - |
| HSV(B) | 85.06º | 0.31% | 0.99% | - |
| XYZ | 71.57 | 87.7 | 52.69 | - |
| YUV | 233.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 173 | 0.13 | 0 | 0.31 | 0.01 | 85.06 | 0.93 | 0.83 |
| Hex | DB | FC | AD | D | 0 | 1F | 1 | 55 | 5D | 53 |
| Octal | 333 | 374 | 255 | 15 | 0 | 37 | 1 | 125 | 135 | 123 |
| Binary | 11011011 | 11111100 | 10101101 | 1101 | 0 | 11111 | 1 | 1010101 | 1011101 | 1010011 |
Color Harmonies of #DBFCAD
Complementary color
Monochromatic Colors of #DBFCAD
Black with #DBFCAD
Text Example
Text Example
White with #DBFCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCAD; }
p { color: rgb(219,252,173); }
H1.HeaderClassName
{
color: #DBFCAD;
}
.AnyTagClassName
{
color: #DBFCAD;
}
</style>
background-color css
<style>
a { background-color: #DBFCAD; }
a { background-color: rgb(219,252,173); }
div.DivClassName
{
background-color: #DBFCAD;
}
.BgClassName
{
background-color: #DBFCAD;
}
</style>
border-color css
<style>
span { border-color: #DBFCAD; }
span { border-color: rgb(219,252,173); }
td.TdClassName
{
border-color: #DBFCAD;
}
.TagClassName
{
border-color: #DBFCAD;
}
</style>