#DCD3C5

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

Shades of Blanc #DCD3C5

Tints of Blanc #DCD3C5

Color information

#DCD3C5 (or 0xDCD3C5) is unknown color: approx Blanc. HEX triplet: DC, D3 and C5. RGB value is (220,211,197). Sum of RGB (Red+Green+Blue) = 220+211+197=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C5 is #232C3A. Grayscale: #D4D4D4. Windows color (decimal): -2305083 or 12964828. OLE color: 12964828.

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

Color convert

RGB220211197-
CMYK00.040.100.14
HSL36.52º24.73%81.76%-
HSV(B)36.52º10.45%86.27%-
XYZ62.8965.8462.22-
YUV212.1119.48133.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=35.03%
G=33.60%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021119700.040.100.1436.5224.7381.76
HexDCD3C504AE251952
Octal3343233050412164531122
Binary110111001101001111000101010010101110100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3C5; }

 p { color: rgb(220,211,197); }

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

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

 a { background-color: rgb(220,211,197); }

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

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

 span { border-color: rgb(220,211,197); }

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