#DCC9C6

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

Shades of Alto #DCC9C6

Tints of Alto #DCC9C6

Color information

#DCC9C6 (or 0xDCC9C6) is unknown color: approx Alto. HEX triplet: DC, C9 and C6. RGB value is (220,201,198). Sum of RGB (Red+Green+Blue) = 220+201+198=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9C6 is #233639. Grayscale: #CECECE. Windows color (decimal): -2307642 or 13027804. OLE color: 13027804.

HSL color Cylindrical-coordinate representation of color #DCC9C6: hue angle of 8.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC9C6 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220201198-
CMYK00.090.10.14
HSL8.18º23.91%81.96%-
HSV(B)8.18º10%86.27%-
XYZ60.5961.0762.02-
YUV206.34123.29137.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=35.54%
G=32.47%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020119800.090.10.148.1823.9181.96
HexDCC9C609AE81852
Octal33431130601112161030122
Binary11011100110010011100011001001101011101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9C6; }

 p { color: rgb(220,201,198); }

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

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

 a { background-color: rgb(220,201,198); }

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

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

 span { border-color: rgb(220,201,198); }

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