#DEC9C7

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

Shades of Alto #DEC9C7

Tints of Alto #DEC9C7

Color information

#DEC9C7 (or 0xDEC9C7) is unknown color: approx Alto. HEX triplet: DE, C9 and C7. RGB value is (222,201,199). Sum of RGB (Red+Green+Blue) = 222+201+199=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C7 is #213638. Grayscale: #CFCFCF. Windows color (decimal): -2176569 or 13093342. OLE color: 13093342.

HSL color Cylindrical-coordinate representation of color #DEC9C7: hue angle of 5.22º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC9C7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222201199-
CMYK00.090.100.13
HSL5.22º25.84%82.55%-
HSV(B)5.22º10.36%87.06%-
XYZ61.3261.4362.66-
YUV207.05123.46138.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=35.69%
G=32.32%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220119900.090.100.135.2225.8482.55
HexDEC9C709AD51a53
Octal3363113070111215532123
Binary1101111011001001110001110100110101101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9C7; }

 p { color: rgb(222,201,199); }

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

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

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

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

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

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

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