Shades of Reef #DBF1AD
Tints of Reef #DBF1AD
RGB
CMYK
RGB Variations
Color information
#DBF1AD (or 0xDBF1AD) is known color: Reef. HEX triplet: DB, F1 and AD. RGB value is (219,241,173). Sum of RGB (Red+Green+Blue) = 219+241+173=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1AD is #240E52. Grayscale: #E2E2E2. Windows color (decimal): -2362963 or 11399643. OLE color: 11399643.
HSL color Cylindrical-coordinate representation of color #DBF1AD: hue angle of 79.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF1AD is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 173 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.05 |
| HSL | 79.41º | 0.71% | 0.81% | - |
| HSV(B) | 79.41º | 0.28% | 0.95% | - |
| XYZ | 68.21 | 80.99 | 51.57 | - |
| YUV | 226.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 173 | 0.09 | 0 | 0.28 | 0.05 | 79.41 | 0.71 | 0.81 |
| Hex | DB | F1 | AD | 9 | 0 | 1C | 5 | 4F | 47 | 51 |
| Octal | 333 | 361 | 255 | 11 | 0 | 34 | 5 | 117 | 107 | 121 |
| Binary | 11011011 | 11110001 | 10101101 | 1001 | 0 | 11100 | 101 | 1001111 | 1000111 | 1010001 |
Color Harmonies of #DBF1AD
Complementary color
Monochromatic Colors of #DBF1AD
Black with #DBF1AD
Text Example
Text Example
White with #DBF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1AD; }
p { color: rgb(219,241,173); }
H1.HeaderClassName
{
color: #DBF1AD;
}
.AnyTagClassName
{
color: #DBF1AD;
}
</style>
background-color css
<style>
a { background-color: #DBF1AD; }
a { background-color: rgb(219,241,173); }
div.DivClassName
{
background-color: #DBF1AD;
}
.BgClassName
{
background-color: #DBF1AD;
}
</style>
border-color css
<style>
span { border-color: #DBF1AD; }
span { border-color: rgb(219,241,173); }
td.TdClassName
{
border-color: #DBF1AD;
}
.TagClassName
{
border-color: #DBF1AD;
}
</style>