#DCDFDB

Color #DCDFDB Apple Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Green #DCDFDB

Tints of Apple Green #DCDFDB

Color information

#DCDFDB (or 0xDCDFDB) is unknown color: approx 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

RGB220223219-
CMYK0.0100.020.13
HSL105º5.88%86.67%-
HSV(B)105º1.79%87.45%-
XYZ68.6973.1177.51-
YUV221.65126.51126.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=33.23%
G=33.69%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232190.0100.020.131055.8886.67
HexDCDFDB102D69657
Octal334337333102151516127
Binary1101110011011111110110111010110111010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>