#D2C2BD

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

Shades of Alto #D2C2BD

Tints of Alto #D2C2BD

Color information

#D2C2BD (or 0xD2C2BD) is unknown color: approx Alto. HEX triplet: D2, C2 and BD. RGB value is (210,194,189). Sum of RGB (Red+Green+Blue) = 210+194+189=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2BD is #2D3D42. Grayscale: #C6C6C6. Windows color (decimal): -2964803 or 12436178. OLE color: 12436178.

HSL color Cylindrical-coordinate representation of color #D2C2BD: hue angle of 14.29º 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 #D2C2BD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210194189-
CMYK00.080.100.18
HSL14.29º18.92%78.24%-
HSV(B)14.29º10%82.35%-
XYZ55.0655.9656.04-
YUV198.21122.8136.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=35.41%
G=32.72%
B=31.87%

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
Decimal21019418900.080.100.1814.2918.9278.24
HexD2C2BD08A12e134e
Octal32230227501012221623116
Binary110100101100001010111101010001010100101110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C2BD; }

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

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

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

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

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

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

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

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