#DCC8C6

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

Shades of Alto #DCC8C6

Tints of Alto #DCC8C6

Color information

#DCC8C6 (or 0xDCC8C6) is unknown color: approx Alto. HEX triplet: DC, C8 and C6. RGB value is (220,200,198). Sum of RGB (Red+Green+Blue) = 220+200+198=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C6 is #233739. Grayscale: #CDCDCD. Windows color (decimal): -2307898 or 13027548. OLE color: 13027548.

HSL color Cylindrical-coordinate representation of color #DCC8C6: hue angle of 5.45º 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 #DCC8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220200198-
CMYK00.090.10.14
HSL5.45º23.91%81.96%-
HSV(B)5.45º10%86.27%-
XYZ60.3660.661.94-
YUV205.75123.63138.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=35.60%
G=32.36%
B=32.04%

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
Decimal22020019800.090.10.145.4523.9181.96
HexDCC8C609AE51852
Octal3343103060111216530122
Binary1101110011001000110001100100110101110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8C6; }

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

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

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

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

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

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

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

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