Shades of Reef #DBF5AD
Tints of Reef #DBF5AD
RGB
CMYK
RGB Variations
Color information
#DBF5AD (or 0xDBF5AD) is known color: Reef. HEX triplet: DB, F5 and AD. RGB value is (219,245,173). Sum of RGB (Red+Green+Blue) = 219+245+173=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF5AD is #240A52. Grayscale: #E5E5E5. Windows color (decimal): -2361939 or 11400667. OLE color: 11400667.
HSL color Cylindrical-coordinate representation of color #DBF5AD: hue angle of 81.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF5AD is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 173 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.04 |
| HSL | 81.67º | 0.78% | 0.82% | - |
| HSV(B) | 81.67º | 0.29% | 0.96% | - |
| XYZ | 69.41 | 83.38 | 51.97 | - |
| YUV | 229.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 173 | 0.11 | 0 | 0.29 | 0.04 | 81.67 | 0.78 | 0.82 |
| Hex | DB | F5 | AD | B | 0 | 1D | 4 | 52 | 4E | 52 |
| Octal | 333 | 365 | 255 | 13 | 0 | 35 | 4 | 122 | 116 | 122 |
| Binary | 11011011 | 11110101 | 10101101 | 1011 | 0 | 11101 | 100 | 1010010 | 1001110 | 1010010 |
Color Harmonies of #DBF5AD
Complementary color
Monochromatic Colors of #DBF5AD
Black with #DBF5AD
Text Example
Text Example
White with #DBF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5AD; }
p { color: rgb(219,245,173); }
H1.HeaderClassName
{
color: #DBF5AD;
}
.AnyTagClassName
{
color: #DBF5AD;
}
</style>
background-color css
<style>
a { background-color: #DBF5AD; }
a { background-color: rgb(219,245,173); }
div.DivClassName
{
background-color: #DBF5AD;
}
.BgClassName
{
background-color: #DBF5AD;
}
</style>
border-color css
<style>
span { border-color: #DBF5AD; }
span { border-color: rgb(219,245,173); }
td.TdClassName
{
border-color: #DBF5AD;
}
.TagClassName
{
border-color: #DBF5AD;
}
</style>