Shades of Apple Green #DCDFDB
Tints of Apple Green #DCDFDB
RGB
CMYK
RGB Variations
Color information
#DCDFDB (or 0xDCDFDB) is known color: Apple Green. HEX triplet: DC, DF and DB. RGB value is (220,223,219). Sum of RGB (Red+Green+Blue) = 220+223+219=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFDB is #232024. Grayscale: #DDDDDD. Windows color (decimal): -2301989 or 14409692. OLE color: 14409692.
HSL color Cylindrical-coordinate representation of color #DCDFDB: hue angle of 105º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDFDB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 219 | - |
CMYK | 0.01 | 0 | 0.02 | 0.13 |
HSL | 105º | 0.06% | 0.87% | - |
HSV(B) | 105º | 0.02% | 0.87% | - |
XYZ | 68.69 | 73.11 | 77.51 | - |
YUV | 221.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 219 | 0.01 | 0 | 0.02 | 0.13 | 105 | 0.06 | 0.87 |
Hex | DC | DF | DB | 1 | 0 | 2 | D | 69 | 6 | 57 |
Octal | 334 | 337 | 333 | 1 | 0 | 2 | 15 | 151 | 6 | 127 |
Binary | 11011100 | 11011111 | 11011011 | 1 | 0 | 10 | 1101 | 1101001 | 110 | 1010111 |
Color Harmonies of #DCDFDB
Complementary color
Monochromatic Colors of #DCDFDB
Black with #DCDFDB
Text Example
Text Example
White with #DCDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFDB; }
p { color: rgb(220,223,219); }
H1.HeaderClassName
{
color: #DCDFDB;
}
.AnyTagClassName
{
color: #DCDFDB;
}
</style>
background-color css
<style>
a { background-color: #DCDFDB; }
a { background-color: rgb(220,223,219); }
div.DivClassName
{
background-color: #DCDFDB;
}
.BgClassName
{
background-color: #DCDFDB;
}
</style>
border-color css
<style>
span { border-color: #DCDFDB; }
span { border-color: rgb(220,223,219); }
td.TdClassName
{
border-color: #DCDFDB;
}
.TagClassName
{
border-color: #DCDFDB;
}
</style>