Shades of Reef #DBF09C
Tints of Reef #DBF09C
RGB
CMYK
RGB Variations
Color information
#DBF09C (or 0xDBF09C) is known color: Reef. HEX triplet: DB, F0 and 9C. RGB value is (219,240,156). Sum of RGB (Red+Green+Blue) = 219+240+156=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09C is #240F63. Grayscale: #E0E0E0. Windows color (decimal): -2363236 or 10285275. OLE color: 10285275.
HSL color Cylindrical-coordinate representation of color #DBF09C: hue angle of 75º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF09C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 156 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.06 |
| HSL | 75º | 0.74% | 0.78% | - |
| HSV(B) | 75º | 0.35% | 0.94% | - |
| XYZ | 66.37 | 79.78 | 43.35 | - |
| YUV | 224.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 156 | 0.09 | 0 | 0.35 | 0.06 | 75 | 0.74 | 0.78 |
| Hex | DB | F0 | 9C | 9 | 0 | 23 | 6 | 4B | 4A | 4E |
| Octal | 333 | 360 | 234 | 11 | 0 | 43 | 6 | 113 | 112 | 116 |
| Binary | 11011011 | 11110000 | 10011100 | 1001 | 0 | 100011 | 110 | 1001011 | 1001010 | 1001110 |
Color Harmonies of #DBF09C
Complementary color
Monochromatic Colors of #DBF09C
Black with #DBF09C
Text Example
Text Example
White with #DBF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF09C; }
p { color: rgb(219,240,156); }
H1.HeaderClassName
{
color: #DBF09C;
}
.AnyTagClassName
{
color: #DBF09C;
}
</style>
background-color css
<style>
a { background-color: #DBF09C; }
a { background-color: rgb(219,240,156); }
div.DivClassName
{
background-color: #DBF09C;
}
.BgClassName
{
background-color: #DBF09C;
}
</style>
border-color css
<style>
span { border-color: #DBF09C; }
span { border-color: rgb(219,240,156); }
td.TdClassName
{
border-color: #DBF09C;
}
.TagClassName
{
border-color: #DBF09C;
}
</style>