Shades of Reef #DBF0AD
Tints of Reef #DBF0AD
RGB
CMYK
RGB Variations
Color information
#DBF0AD (or 0xDBF0AD) is known color: Reef. HEX triplet: DB, F0 and AD. RGB value is (219,240,173). Sum of RGB (Red+Green+Blue) = 219+240+173=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0AD is #240F52. Grayscale: #E2E2E2. Windows color (decimal): -2363219 or 11399387. OLE color: 11399387.
HSL color Cylindrical-coordinate representation of color #DBF0AD: hue angle of 78.81º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF0AD is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 173 | - |
CMYK | 0.09 | 0 | 0.28 | 0.06 |
HSL | 78.81º | 0.69% | 0.81% | - |
HSV(B) | 78.81º | 0.28% | 0.94% | - |
XYZ | 67.92 | 80.4 | 51.47 | - |
YUV | 226.08 | 98.04 | 122.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 173 | 0.09 | 0 | 0.28 | 0.06 | 78.81 | 0.69 | 0.81 |
Hex | DB | F0 | AD | 9 | 0 | 1C | 6 | 4F | 45 | 51 |
Octal | 333 | 360 | 255 | 11 | 0 | 34 | 6 | 117 | 105 | 121 |
Binary | 11011011 | 11110000 | 10101101 | 1001 | 0 | 11100 | 110 | 1001111 | 1000101 | 1010001 |
Color Harmonies of #DBF0AD
Complementary color
Monochromatic Colors of #DBF0AD
Black with #DBF0AD
Text Example
Text Example
White with #DBF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0AD; }
p { color: rgb(219,240,173); }
H1.HeaderClassName
{
color: #DBF0AD;
}
.AnyTagClassName
{
color: #DBF0AD;
}
</style>
background-color css
<style>
a { background-color: #DBF0AD; }
a { background-color: rgb(219,240,173); }
div.DivClassName
{
background-color: #DBF0AD;
}
.BgClassName
{
background-color: #DBF0AD;
}
</style>
border-color css
<style>
span { border-color: #DBF0AD; }
span { border-color: rgb(219,240,173); }
td.TdClassName
{
border-color: #DBF0AD;
}
.TagClassName
{
border-color: #DBF0AD;
}
</style>