#DFC4C4

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

Shades of Alto #DFC4C4

Tints of Alto #DFC4C4

Color information

#DFC4C4 (or 0xDFC4C4) is unknown color: approx Alto. HEX triplet: DF, C4 and C4. RGB value is (223,196,196). Sum of RGB (Red+Green+Blue) = 223+196+196=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C4 is #203B3B. Grayscale: #CCCCCC. Windows color (decimal): -2112316 or 12895455. OLE color: 12895455.

HSL color Cylindrical-coordinate representation of color #DFC4C4: 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.12%. Process color model (Four color, CMYK) of #DFC4C4 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223196196-
CMYK00.120.120.13
HSL29.67%82.16%-
HSV(B)12.11%87.45%-
XYZ60.1459.1560.47-
YUV204.07123.45141.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=36.26%
G=31.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319619600.120.120.13029.6782.16
HexDFC4C40CCD01e52
Octal3373043040141415036122
Binary11011111110001001100010001100110011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4C4; }

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

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

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

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

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

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

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

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