#D5C3BE

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

Shades of Alto #D5C3BE

Tints of Alto #D5C3BE

Color information

#D5C3BE (or 0xD5C3BE) is unknown color: approx Alto. HEX triplet: D5, C3 and BE. RGB value is (213,195,190). Sum of RGB (Red+Green+Blue) = 213+195+190=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3BE is #2A3C41. Grayscale: #C7C7C7. Windows color (decimal): -2767938 or 12501973. OLE color: 12501973.

HSL color Cylindrical-coordinate representation of color #D5C3BE: hue angle of 13.04º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C3BE is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213195190-
CMYK00.080.110.16
HSL13.04º21.5%79.02%-
HSV(B)13.04º10.8%83.53%-
XYZ56.2556.8956.73-
YUV199.81122.46137.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=35.62%
G=32.61%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319519000.080.110.1613.0421.579.02
HexD5C3BE08B10d154f
Octal32530327601013201525117
Binary110101011100001110111110010001011100001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C3BE; }

 p { color: rgb(213,195,190); }

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

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

 a { background-color: rgb(213,195,190); }

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

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

 span { border-color: rgb(213,195,190); }

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