Shades of Reef #DBF3AF
Tints of Reef #DBF3AF
RGB
CMYK
RGB Variations
Color information
#DBF3AF (or 0xDBF3AF) is known color: Reef. HEX triplet: DB, F3 and AF. RGB value is (219,243,175). Sum of RGB (Red+Green+Blue) = 219+243+175=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3AF is #240C50. Grayscale: #E4E4E4. Windows color (decimal): -2362449 or 11531227. OLE color: 11531227.
HSL color Cylindrical-coordinate representation of color #DBF3AF: hue angle of 81.18º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF3AF is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 175 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.05 |
| HSL | 81.18º | 0.74% | 0.82% | - |
| HSV(B) | 81.18º | 0.28% | 0.95% | - |
| XYZ | 69 | 82.26 | 52.8 | - |
| YUV | 228.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 175 | 0.10 | 0 | 0.28 | 0.05 | 81.18 | 0.74 | 0.82 |
| Hex | DB | F3 | AF | A | 0 | 1C | 5 | 51 | 4A | 52 |
| Octal | 333 | 363 | 257 | 12 | 0 | 34 | 5 | 121 | 112 | 122 |
| Binary | 11011011 | 11110011 | 10101111 | 1010 | 0 | 11100 | 101 | 1010001 | 1001010 | 1010010 |
Color Harmonies of #DBF3AF
Complementary color
Monochromatic Colors of #DBF3AF
Black with #DBF3AF
Text Example
Text Example
White with #DBF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3AF; }
p { color: rgb(219,243,175); }
H1.HeaderClassName
{
color: #DBF3AF;
}
.AnyTagClassName
{
color: #DBF3AF;
}
</style>
background-color css
<style>
a { background-color: #DBF3AF; }
a { background-color: rgb(219,243,175); }
div.DivClassName
{
background-color: #DBF3AF;
}
.BgClassName
{
background-color: #DBF3AF;
}
</style>
border-color css
<style>
span { border-color: #DBF3AF; }
span { border-color: rgb(219,243,175); }
td.TdClassName
{
border-color: #DBF3AF;
}
.TagClassName
{
border-color: #DBF3AF;
}
</style>