#DCD1C3

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

Shades of Blanc #DCD1C3

Tints of Blanc #DCD1C3

Color information

#DCD1C3 (or 0xDCD1C3) is unknown color: approx Blanc. HEX triplet: DC, D1 and C3. RGB value is (220,209,195). Sum of RGB (Red+Green+Blue) = 220+209+195=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1C3 is #232E3C. Grayscale: #D2D2D2. Windows color (decimal): -2305597 or 12833244. OLE color: 12833244.

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

Color convert

RGB220209195-
CMYK00.050.110.14
HSL33.6º26.32%81.37%-
HSV(B)33.6º11.36%86.27%-
XYZ62.1764.7660.85-
YUV210.69119.14134.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 195 (76.56% from 255) = 31.25%
R=35.26%
G=33.49%
B=31.25%

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
Decimal22020919500.050.110.1433.626.3281.37
HexDCD1C305BE221a51
Octal3343213030513164232121
Binary110111001101000111000011010110111110100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1C3; }

 p { color: rgb(220,209,195); }

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

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

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

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

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

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

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