#DCDDC7

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

Shades of Green White #DCDDC7

Tints of Green White #DCDDC7

Color information

#DCDDC7 (or 0xDCDDC7) is unknown color: approx Green White. HEX triplet: DC, DD and C7. RGB value is (220,221,199). Sum of RGB (Red+Green+Blue) = 220+221+199=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDC7 is #232238. Grayscale: #DADADA. Windows color (decimal): -2302521 or 13098460. OLE color: 13098460.

HSL color Cylindrical-coordinate representation of color #DCDDC7: hue angle of 62.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDDC7 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB220221199-
CMYK0.0000.100.13
HSL62.73º24.44%82.35%-
HSV(B)62.73º9.95%86.67%-
XYZ65.6871.0564.29-
YUV218.19117.17129.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=34.38%
G=34.53%
B=31.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211990.0000.100.1362.7324.4482.35
HexDCDDC700AD3f1852
Octal3343353070012157730122
Binary1101110011011101110001110010101101111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDC7; }

 p { color: rgb(220,221,199); }

 H1.HeaderClassName
 {
   color: #DCDDC7;
 }
 .AnyTagClassName
 {
   color: #DCDDC7;
 }
</style>
background-color css

<style>
 a { background-color: #DCDDC7; }

 a { background-color: rgb(220,221,199); }

 div.DivClassName
 {
   background-color: #DCDDC7;
 }
 .BgClassName
 {
   background-color: #DCDDC7;
 }
</style>
border-color css

<style>
 span { border-color: #DCDDC7; }

 span { border-color: rgb(220,221,199); }

 td.TdClassName
 {
   border-color: #DCDDC7;
 }
 .TagClassName
 {
   border-color: #DCDDC7;
 }
</style>