#DBC8C5

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

Shades of Alto #DBC8C5

Tints of Alto #DBC8C5

Color information

#DBC8C5 (or 0xDBC8C5) is unknown color: approx Alto. HEX triplet: DB, C8 and C5. RGB value is (219,200,197). Sum of RGB (Red+Green+Blue) = 219+200+197=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C5 is #24373A. Grayscale: #CDCDCD. Windows color (decimal): -2373435 or 12962011. OLE color: 12962011.

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

Color convert

RGB219200197-
CMYK00.090.100.14
HSL8.18º23.4%81.57%-
HSV(B)8.18º10.05%85.88%-
XYZ59.9560.461.32-
YUV205.34123.29137.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=35.55%
G=32.47%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920019700.090.100.148.1823.481.57
HexDBC8C509AE81752
Octal33331030501112161027122
Binary11011011110010001100010101001101011101000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8C5; }

 p { color: rgb(219,200,197); }

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

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

 a { background-color: rgb(219,200,197); }

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

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

 span { border-color: rgb(219,200,197); }

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