#DCDBCA

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

Shades of Green White #DCDBCA

Tints of Green White #DCDBCA

Color information

#DCDBCA (or 0xDCDBCA) is unknown color: approx Green White. HEX triplet: DC, DB and CA. RGB value is (220,219,202). Sum of RGB (Red+Green+Blue) = 220+219+202=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBCA is #232435. Grayscale: #D9D9D9. Windows color (decimal): -2303030 or 13294556. OLE color: 13294556.

HSL color Cylindrical-coordinate representation of color #DCDBCA: hue angle of 56.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDBCA is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220219202-
CMYK00.000.080.14
HSL56.67º20.45%82.75%-
HSV(B)56.67º8.18%86.27%-
XYZ65.5170.1465.96-
YUV217.36119.33129.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=34.32%
G=34.17%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021920200.000.080.1456.6720.4582.75
HexDCDBCA008E391453
Octal3343333120010167124123
Binary1101110011011011110010100010001110111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBCA; }

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

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

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

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

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

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

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

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