#D2C5C3

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

Shades of Alto #D2C5C3

Tints of Alto #D2C5C3

Color information

#D2C5C3 (or 0xD2C5C3) is unknown color: approx Alto. HEX triplet: D2, C5 and C3. RGB value is (210,197,195). Sum of RGB (Red+Green+Blue) = 210+197+195=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5C3 is #2D3A3C. Grayscale: #C8C8C8. Windows color (decimal): -2964029 or 12830162. OLE color: 12830162.

HSL color Cylindrical-coordinate representation of color #D2C5C3: hue angle of 8º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C5C3 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210197195-
CMYK00.060.070.18
HSL14.29%79.41%-
HSV(B)7.14%82.35%-
XYZ56.3957.5759.77-
YUV200.66124.81134.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=34.88%
G=32.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019719500.060.070.18814.2979.41
HexD2C5C3067128e4f
Octal322305303067221016117
Binary110100101100010111000011011011110010100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5C3; }

 p { color: rgb(210,197,195); }

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

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

 a { background-color: rgb(210,197,195); }

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

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

 span { border-color: rgb(210,197,195); }

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