#DFC3C3

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

Shades of Alto #DFC3C3

Tints of Alto #DFC3C3

Color information

#DFC3C3 (or 0xDFC3C3) is unknown color: approx Alto. HEX triplet: DF, C3 and C3. RGB value is (223,195,195). Sum of RGB (Red+Green+Blue) = 223+195+195=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C3 is #203C3C. Grayscale: #CBCBCB. Windows color (decimal): -2112573 or 12829663. OLE color: 12829663.

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

Color convert

RGB223195195-
CMYK00.130.130.13
HSL30.43%81.96%-
HSV(B)12.56%87.45%-
XYZ59.858.6659.8-
YUV203.37123.28142-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=36.38%
G=31.81%
B=31.81%

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
Decimal22319519500.130.130.13030.4381.96
HexDFC3C30DDD01e52
Octal3373033030151515036122
Binary11011111110000111100001101101110111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C3; }

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

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

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

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

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

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

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

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