Shades of Hint Of Green #DBF1CF
Tints of Hint Of Green #DBF1CF
RGB
CMYK
RGB Variations
Color information
#DBF1CF (or 0xDBF1CF) is known color: Hint Of Green. HEX triplet: DB, F1 and CF. RGB value is (219,241,207). Sum of RGB (Red+Green+Blue) = 219+241+207=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1CF is #240E30. Grayscale: #E6E6E6. Windows color (decimal): -2362929 or 13627867. OLE color: 13627867.
HSL color Cylindrical-coordinate representation of color #DBF1CF: hue angle of 98.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF1CF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 207 | - |
CMYK | 0.09 | 0 | 0.14 | 0.05 |
HSL | 98.82º | 0.55% | 0.88% | - |
HSV(B) | 98.82º | 0.14% | 0.95% | - |
XYZ | 71.93 | 82.48 | 71.16 | - |
YUV | 230.55 | 114.71 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 207 | 0.09 | 0 | 0.14 | 0.05 | 98.82 | 0.55 | 0.88 |
Hex | DB | F1 | CF | 9 | 0 | E | 5 | 63 | 37 | 58 |
Octal | 333 | 361 | 317 | 11 | 0 | 16 | 5 | 143 | 67 | 130 |
Binary | 11011011 | 11110001 | 11001111 | 1001 | 0 | 1110 | 101 | 1100011 | 110111 | 1011000 |
Color Harmonies of #DBF1CF
Complementary color
Monochromatic Colors of #DBF1CF
Black with #DBF1CF
Text Example
Text Example
White with #DBF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1CF; }
p { color: rgb(219,241,207); }
H1.HeaderClassName
{
color: #DBF1CF;
}
.AnyTagClassName
{
color: #DBF1CF;
}
</style>
background-color css
<style>
a { background-color: #DBF1CF; }
a { background-color: rgb(219,241,207); }
div.DivClassName
{
background-color: #DBF1CF;
}
.BgClassName
{
background-color: #DBF1CF;
}
</style>
border-color css
<style>
span { border-color: #DBF1CF; }
span { border-color: rgb(219,241,207); }
td.TdClassName
{
border-color: #DBF1CF;
}
.TagClassName
{
border-color: #DBF1CF;
}
</style>