#DBC3C0

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

Shades of Alto #DBC3C0

Tints of Alto #DBC3C0

Color information

#DBC3C0 (or 0xDBC3C0) is unknown color: approx Alto. HEX triplet: DB, C3 and C0. RGB value is (219,195,192). Sum of RGB (Red+Green+Blue) = 219+195+192=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C0 is #243C3F. Grayscale: #C9C9C9. Windows color (decimal): -2374720 or 12633051. OLE color: 12633051.

HSL color Cylindrical-coordinate representation of color #DBC3C0: hue angle of 6.67º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC3C0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219195192-
CMYK00.110.120.14
HSL6.67º27.27%80.59%-
HSV(B)6.67º12.33%85.88%-
XYZ58.2457.957.97-
YUV201.83122.45140.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=36.14%
G=32.18%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919519200.110.120.146.6727.2780.59
HexDBC3C00BCE71b51
Octal3333033000131416733121
Binary1101101111000011110000000101111001110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3C0; }

 p { color: rgb(219,195,192); }

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

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

 a { background-color: rgb(219,195,192); }

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

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

 span { border-color: rgb(219,195,192); }

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