#DCD2C2

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

Shades of Blanc #DCD2C2

Tints of Blanc #DCD2C2

Color information

#DCD2C2 (or 0xDCD2C2) is unknown color: approx Blanc. HEX triplet: DC, D2 and C2. RGB value is (220,210,194). Sum of RGB (Red+Green+Blue) = 220+210+194=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C2 is #232D3D. Grayscale: #D3D3D3. Windows color (decimal): -2305342 or 12767964. OLE color: 12767964.

HSL color Cylindrical-coordinate representation of color #DCD2C2: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD2C2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220210194-
CMYK00.050.120.14
HSL36.92º27.08%81.18%-
HSV(B)36.92º11.82%86.27%-
XYZ62.365.260.34-
YUV211.17118.31134.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=35.26%
G=33.65%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021019400.050.120.1436.9227.0881.18
HexDCD2C205CE251b51
Octal3343223020514164533121
Binary110111001101001011000010010111001110100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2C2; }

 p { color: rgb(220,210,194); }

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

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

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

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

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

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

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