Shades of Hint Of Green #DBF1CD
Tints of Hint Of Green #DBF1CD
RGB
CMYK
RGB Variations
Color information
#DBF1CD (or 0xDBF1CD) is known color: Hint Of Green. HEX triplet: DB, F1 and CD. RGB value is (219,241,205). Sum of RGB (Red+Green+Blue) = 219+241+205=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1CD is #240E32. Grayscale: #E6E6E6. Windows color (decimal): -2362931 or 13496795. OLE color: 13496795.
HSL color Cylindrical-coordinate representation of color #DBF1CD: hue angle of 96.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF1CD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 205 | - |
CMYK | 0.09 | 0 | 0.15 | 0.05 |
HSL | 96.67º | 0.56% | 0.87% | - |
HSV(B) | 96.67º | 0.15% | 0.95% | - |
XYZ | 71.69 | 82.38 | 69.88 | - |
YUV | 230.32 | 113.71 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 205 | 0.09 | 0 | 0.15 | 0.05 | 96.67 | 0.56 | 0.87 |
Hex | DB | F1 | CD | 9 | 0 | F | 5 | 61 | 38 | 57 |
Octal | 333 | 361 | 315 | 11 | 0 | 17 | 5 | 141 | 70 | 127 |
Binary | 11011011 | 11110001 | 11001101 | 1001 | 0 | 1111 | 101 | 1100001 | 111000 | 1010111 |
Color Harmonies of #DBF1CD
Complementary color
Monochromatic Colors of #DBF1CD
Black with #DBF1CD
Text Example
Text Example
White with #DBF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1CD; }
p { color: rgb(219,241,205); }
H1.HeaderClassName
{
color: #DBF1CD;
}
.AnyTagClassName
{
color: #DBF1CD;
}
</style>
background-color css
<style>
a { background-color: #DBF1CD; }
a { background-color: rgb(219,241,205); }
div.DivClassName
{
background-color: #DBF1CD;
}
.BgClassName
{
background-color: #DBF1CD;
}
</style>
border-color css
<style>
span { border-color: #DBF1CD; }
span { border-color: rgb(219,241,205); }
td.TdClassName
{
border-color: #DBF1CD;
}
.TagClassName
{
border-color: #DBF1CD;
}
</style>