#DEC4C4

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

Shades of Alto #DEC4C4

Tints of Alto #DEC4C4

Color information

#DEC4C4 (or 0xDEC4C4) is unknown color: approx Alto. HEX triplet: DE, C4 and C4. RGB value is (222,196,196). Sum of RGB (Red+Green+Blue) = 222+196+196=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4C4 is #213B3B. Grayscale: #CBCBCB. Windows color (decimal): -2177852 or 12895454. OLE color: 12895454.

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

Color convert

RGB222196196-
CMYK00.120.120.13
HSL28.26%81.96%-
HSV(B)11.71%87.06%-
XYZ59.8358.9960.46-
YUV203.77123.61141-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=36.16%
G=31.92%
B=31.92%

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
Decimal22219619600.120.120.13028.2681.96
HexDEC4C40CCD01c52
Octal3363043040141415034122
Binary11011110110001001100010001100110011010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4C4; }

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

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

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

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

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

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

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

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