#DCDBC7

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

Shades of Green White #DCDBC7

Tints of Green White #DCDBC7

Color information

#DCDBC7 (or 0xDCDBC7) is unknown color: approx Green White. HEX triplet: DC, DB and C7. RGB value is (220,219,199). Sum of RGB (Red+Green+Blue) = 220+219+199=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBC7 is #232438. Grayscale: #D9D9D9. Windows color (decimal): -2303033 or 13097948. OLE color: 13097948.

HSL color Cylindrical-coordinate representation of color #DCDBC7: hue angle of 57.14º degrees, saturation: 0.23, 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 #DCDBC7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220219199-
CMYK00.000.100.14
HSL57.14º23.08%82.16%-
HSV(B)57.14º9.55%86.27%-
XYZ65.167064.11-
YUV217.02117.83130.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=34.48%
G=34.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021919900.000.100.1457.1423.0882.16
HexDCDBC700AE391752
Octal3343333070012167127122
Binary1101110011011011110001110010101110111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBC7; }

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

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

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

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

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

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

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

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