#DEC4C3

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

Shades of Alto #DEC4C3

Tints of Alto #DEC4C3

Color information

#DEC4C3 (or 0xDEC4C3) is unknown color: approx Alto. HEX triplet: DE, C4 and C3. RGB value is (222,196,195). Sum of RGB (Red+Green+Blue) = 222+196+195=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4C3 is #213B3C. Grayscale: #CBCBCB. Windows color (decimal): -2177853 or 12829918. OLE color: 12829918.

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

Color convert

RGB222196195-
CMYK00.120.120.13
HSL2.22º29.03%81.76%-
HSV(B)2.22º12.16%87.06%-
XYZ59.7158.9559.86-
YUV203.66123.11141.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=36.22%
G=31.97%
B=31.81%

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
Decimal22219619500.120.120.132.2229.0381.76
HexDEC4C30CCD21d52
Octal3363043030141415235122
Binary110111101100010011000011011001100110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4C3; }

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

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

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

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

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

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

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

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