#DCDCC8

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

Shades of Green White #DCDCC8

Tints of Green White #DCDCC8

Color information

#DCDCC8 (or 0xDCDCC8) is unknown color: approx Green White. HEX triplet: DC, DC and C8. RGB value is (220,220,200). Sum of RGB (Red+Green+Blue) = 220+220+200=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC8 is #232337. Grayscale: #D9D9D9. Windows color (decimal): -2302776 or 13163740. OLE color: 13163740.

HSL color Cylindrical-coordinate representation of color #DCDCC8: hue angle of 60º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDCC8 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220220200-
CMYK000.090.14
HSL60º22.22%82.35%-
HSV(B)60º9.09%86.27%-
XYZ65.5370.5764.81-
YUV217.72118129.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220200000.090.146022.2282.35
HexDCDCC8009E3c1652
Octal3343343100011167426122
Binary1101110011011100110010000010011110111100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC8; }

 p { color: rgb(220,220,200); }

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

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

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

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

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

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

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