Shades of Reef #DBF3AD
Tints of Reef #DBF3AD
RGB
CMYK
RGB Variations
Color information
#DBF3AD (or 0xDBF3AD) is known color: Reef. HEX triplet: DB, F3 and AD. RGB value is (219,243,173). Sum of RGB (Red+Green+Blue) = 219+243+173=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3AD is #240C52. Grayscale: #E4E4E4. Windows color (decimal): -2362451 or 11400155. OLE color: 11400155.
HSL color Cylindrical-coordinate representation of color #DBF3AD: hue angle of 80.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF3AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 173 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.05 |
| HSL | 80.57º | 0.74% | 0.82% | - |
| HSV(B) | 80.57º | 0.29% | 0.95% | - |
| XYZ | 68.81 | 82.18 | 51.77 | - |
| YUV | 227.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 173 | 0.10 | 0 | 0.29 | 0.05 | 80.57 | 0.74 | 0.82 |
| Hex | DB | F3 | AD | A | 0 | 1D | 5 | 51 | 4A | 52 |
| Octal | 333 | 363 | 255 | 12 | 0 | 35 | 5 | 121 | 112 | 122 |
| Binary | 11011011 | 11110011 | 10101101 | 1010 | 0 | 11101 | 101 | 1010001 | 1001010 | 1010010 |
Color Harmonies of #DBF3AD
Complementary color
Monochromatic Colors of #DBF3AD
Black with #DBF3AD
Text Example
Text Example
White with #DBF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3AD; }
p { color: rgb(219,243,173); }
H1.HeaderClassName
{
color: #DBF3AD;
}
.AnyTagClassName
{
color: #DBF3AD;
}
</style>
background-color css
<style>
a { background-color: #DBF3AD; }
a { background-color: rgb(219,243,173); }
div.DivClassName
{
background-color: #DBF3AD;
}
.BgClassName
{
background-color: #DBF3AD;
}
</style>
border-color css
<style>
span { border-color: #DBF3AD; }
span { border-color: rgb(219,243,173); }
td.TdClassName
{
border-color: #DBF3AD;
}
.TagClassName
{
border-color: #DBF3AD;
}
</style>