Shades of Green White #DBDCCF
Tints of Green White #DBDCCF
RGB
CMYK
RGB Variations
Color information
#DBDCCF (or 0xDBDCCF) is known color: Green White. HEX triplet: DB, DC and CF. RGB value is (219,220,207). Sum of RGB (Red+Green+Blue) = 219+220+207=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCCF is #242330. Grayscale: #DADADA. Windows color (decimal): -2368305 or 13622491. OLE color: 13622491.
HSL color Cylindrical-coordinate representation of color #DBDCCF: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDCCF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 207 | - |
CMYK | 0.00 | 0 | 0.06 | 0.14 |
HSL | 64.62º | 0.16% | 0.84% | - |
HSV(B) | 64.62º | 0.06% | 0.86% | - |
XYZ | 66.07 | 70.75 | 69.21 | - |
YUV | 218.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 207 | 0.00 | 0 | 0.06 | 0.14 | 64.62 | 0.16 | 0.84 |
Hex | DB | DC | CF | 0 | 0 | 6 | E | 41 | 10 | 54 |
Octal | 333 | 334 | 317 | 0 | 0 | 6 | 16 | 101 | 20 | 124 |
Binary | 11011011 | 11011100 | 11001111 | 0 | 0 | 110 | 1110 | 1000001 | 10000 | 1010100 |
Color Harmonies of #DBDCCF
Complementary color
Monochromatic Colors of #DBDCCF
Black with #DBDCCF
Text Example
Text Example
White with #DBDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCCF; }
p { color: rgb(219,220,207); }
H1.HeaderClassName
{
color: #DBDCCF;
}
.AnyTagClassName
{
color: #DBDCCF;
}
</style>
background-color css
<style>
a { background-color: #DBDCCF; }
a { background-color: rgb(219,220,207); }
div.DivClassName
{
background-color: #DBDCCF;
}
.BgClassName
{
background-color: #DBDCCF;
}
</style>
border-color css
<style>
span { border-color: #DBDCCF; }
span { border-color: rgb(219,220,207); }
td.TdClassName
{
border-color: #DBDCCF;
}
.TagClassName
{
border-color: #DBDCCF;
}
</style>