#D2C1BD

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

Shades of Alto #D2C1BD

Tints of Alto #D2C1BD

Color information

#D2C1BD (or 0xD2C1BD) is unknown color: approx Alto. HEX triplet: D2, C1 and BD. RGB value is (210,193,189). Sum of RGB (Red+Green+Blue) = 210+193+189=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1BD is #2D3E42. Grayscale: #C5C5C5. Windows color (decimal): -2965059 or 12435922. OLE color: 12435922.

HSL color Cylindrical-coordinate representation of color #D2C1BD: hue angle of 11.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2C1BD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210193189-
CMYK00.080.100.18
HSL11.43º18.92%78.24%-
HSV(B)11.43º10%82.35%-
XYZ54.8355.5255.97-
YUV197.63123.13136.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=35.47%
G=32.60%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019318900.080.100.1811.4318.9278.24
HexD2C1BD08A12b134e
Octal32230127501012221323116
Binary110100101100000110111101010001010100101011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1BD; }

 p { color: rgb(210,193,189); }

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

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

 a { background-color: rgb(210,193,189); }

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

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

 span { border-color: rgb(210,193,189); }

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