#D9C3BE

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

Shades of Alto #D9C3BE

Tints of Alto #D9C3BE

Color information

#D9C3BE (or 0xD9C3BE) is unknown color: approx Alto. HEX triplet: D9, C3 and BE. RGB value is (217,195,190). Sum of RGB (Red+Green+Blue) = 217+195+190=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3BE is #263C41. Grayscale: #C9C9C9. Windows color (decimal): -2505794 or 12501977. OLE color: 12501977.

HSL color Cylindrical-coordinate representation of color #D9C3BE: hue angle of 11.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C3BE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217195190-
CMYK00.100.120.15
HSL11.11º26.21%79.8%-
HSV(B)11.11º12.44%85.1%-
XYZ57.4257.556.79-
YUV201.01121.79139.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=36.05%
G=32.39%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719519000.100.120.1511.1126.2179.8
HexD9C3BE0ACFb1a50
Octal33130327601214171332120
Binary11011001110000111011111001010110011111011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3BE; }

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

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

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

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

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

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

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

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