Shades of Hint Of Green #DBEFCF
Tints of Hint Of Green #DBEFCF
RGB
CMYK
RGB Variations
Color information
#DBEFCF (or 0xDBEFCF) is known color: Hint Of Green. HEX triplet: DB, EF and CF. RGB value is (219,239,207). Sum of RGB (Red+Green+Blue) = 219+239+207=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFCF is #241030. Grayscale: #E5E5E5. Windows color (decimal): -2363441 or 13627355. OLE color: 13627355.
HSL color Cylindrical-coordinate representation of color #DBEFCF: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEFCF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 207 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.06 |
| HSL | 97.5º | 0.5% | 0.87% | - |
| HSV(B) | 97.5º | 0.13% | 0.94% | - |
| XYZ | 71.34 | 81.3 | 70.96 | - |
| YUV | 229.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 207 | 0.08 | 0 | 0.13 | 0.06 | 97.5 | 0.5 | 0.87 |
| Hex | DB | EF | CF | 8 | 0 | D | 6 | 62 | 32 | 57 |
| Octal | 333 | 357 | 317 | 10 | 0 | 15 | 6 | 142 | 62 | 127 |
| Binary | 11011011 | 11101111 | 11001111 | 1000 | 0 | 1101 | 110 | 1100010 | 110010 | 1010111 |
Color Harmonies of #DBEFCF
Complementary color
Monochromatic Colors of #DBEFCF
Black with #DBEFCF
Text Example
Text Example
White with #DBEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFCF; }
p { color: rgb(219,239,207); }
H1.HeaderClassName
{
color: #DBEFCF;
}
.AnyTagClassName
{
color: #DBEFCF;
}
</style>
background-color css
<style>
a { background-color: #DBEFCF; }
a { background-color: rgb(219,239,207); }
div.DivClassName
{
background-color: #DBEFCF;
}
.BgClassName
{
background-color: #DBEFCF;
}
</style>
border-color css
<style>
span { border-color: #DBEFCF; }
span { border-color: rgb(219,239,207); }
td.TdClassName
{
border-color: #DBEFCF;
}
.TagClassName
{
border-color: #DBEFCF;
}
</style>