#DFC3C2

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

Shades of Alto #DFC3C2

Tints of Alto #DFC3C2

Color information

#DFC3C2 (or 0xDFC3C2) is unknown color: approx Alto. HEX triplet: DF, C3 and C2. RGB value is (223,195,194). Sum of RGB (Red+Green+Blue) = 223+195+194=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C2 is #203C3D. Grayscale: #CBCBCB. Windows color (decimal): -2112574 or 12764127. OLE color: 12764127.

HSL color Cylindrical-coordinate representation of color #DFC3C2: hue angle of 2.07º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3C2 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223195194-
CMYK00.130.130.13
HSL2.07º31.18%81.76%-
HSV(B)2.07º13%87.45%-
XYZ59.6858.6159.21-
YUV203.26122.78142.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=36.44%
G=31.86%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319519400.130.130.132.0731.1881.76
HexDFC3C20DDD21f52
Octal3373033020151515237122
Binary110111111100001111000010011011101110110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C2; }

 p { color: rgb(223,195,194); }

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

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

 a { background-color: rgb(223,195,194); }

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

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

 span { border-color: rgb(223,195,194); }

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