#DCD3C7

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

Shades of Blanc #DCD3C7

Tints of Blanc #DCD3C7

Color information

#DCD3C7 (or 0xDCD3C7) is unknown color: approx Blanc. HEX triplet: DC, D3 and C7. RGB value is (220,211,199). Sum of RGB (Red+Green+Blue) = 220+211+199=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C7 is #232C38. Grayscale: #D4D4D4. Windows color (decimal): -2305081 or 13095900. OLE color: 13095900.

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

Color convert

RGB220211199-
CMYK00.040.100.14
HSL34.29º23.08%82.16%-
HSV(B)34.29º9.55%86.27%-
XYZ63.1265.9363.43-
YUV212.32120.48133.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=34.92%
G=33.49%
B=31.59%

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
Decimal22021119900.040.100.1434.2923.0882.16
HexDCD3C704AE221752
Octal3343233070412164227122
Binary110111001101001111000111010010101110100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3C7; }

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

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

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

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

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

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

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

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