#DCD2C4

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

Shades of Blanc #DCD2C4

Tints of Blanc #DCD2C4

Color information

#DCD2C4 (or 0xDCD2C4) is unknown color: approx Blanc. HEX triplet: DC, D2 and C4. RGB value is (220,210,196). Sum of RGB (Red+Green+Blue) = 220+210+196=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C4 is #232D3B. Grayscale: #D3D3D3. Windows color (decimal): -2305340 or 12899036. OLE color: 12899036.

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

Color convert

RGB220210196-
CMYK00.050.110.14
HSL35º25.53%81.57%-
HSV(B)35º10.91%86.27%-
XYZ62.5365.2961.53-
YUV211.39119.31134.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=35.14%
G=33.55%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021019600.050.110.143525.5381.57
HexDCD2C405BE231a52
Octal3343223040513164332122
Binary110111001101001011000100010110111110100011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2C4; }

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

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

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

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

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

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

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

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