#DCC7C6

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

Shades of Alto #DCC7C6

Tints of Alto #DCC7C6

Color information

#DCC7C6 (or 0xDCC7C6) is unknown color: approx Alto. HEX triplet: DC, C7 and C6. RGB value is (220,199,198). Sum of RGB (Red+Green+Blue) = 220+199+198=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C6 is #233839. Grayscale: #CDCDCD. Windows color (decimal): -2308154 or 13027292. OLE color: 13027292.

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

Color convert

RGB220199198-
CMYK00.100.10.14
HSL2.73º23.91%81.96%-
HSV(B)2.73º10%86.27%-
XYZ60.1360.1461.86-
YUV205.16123.96138.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 199 (78.12% from 255) = 32.25%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=35.66%
G=32.25%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019919800.100.10.142.7323.9181.96
HexDCC7C60AAE31852
Octal3343073060121216330122
Binary110111001100011111000110010101010111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7C6; }

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

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

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

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

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

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

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

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