#DCDCC6

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

Shades of Green White #DCDCC6

Tints of Green White #DCDCC6

Color information

#DCDCC6 (or 0xDCDCC6) is unknown color: approx Green White. HEX triplet: DC, DC and C6. RGB value is (220,220,198). Sum of RGB (Red+Green+Blue) = 220+220+198=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC6 is #232339. Grayscale: #D9D9D9. Windows color (decimal): -2302778 or 13032668. OLE color: 13032668.

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

Color convert

RGB220220198-
CMYK000.10.14
HSL60º23.91%81.96%-
HSV(B)60º10%86.27%-
XYZ65.370.4863.59-
YUV217.49117129.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=34.48%
G=34.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220198000.10.146023.9181.96
HexDCDCC600AE3c1852
Octal3343343060012167430122
Binary1101110011011100110001100010101110111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC6; }

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

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

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

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

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

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

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

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