#D2C4BF

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

Shades of Alto #D2C4BF

Tints of Alto #D2C4BF

Color information

#D2C4BF (or 0xD2C4BF) is unknown color: approx Alto. HEX triplet: D2, C4 and BF. RGB value is (210,196,191). Sum of RGB (Red+Green+Blue) = 210+196+191=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4BF is #2D3B40. Grayscale: #C7C7C7. Windows color (decimal): -2964289 or 12567762. OLE color: 12567762.

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

Color convert

RGB210196191-
CMYK00.070.090.18
HSL15.79º17.43%78.63%-
HSV(B)15.79º9.05%82.35%-
XYZ55.7256.9457.34-
YUV199.62123.14135.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 191 (75% from 255) = 31.99%
R=35.18%
G=32.83%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019619100.070.090.1815.7917.4378.63
HexD2C4BF0791210114f
Octal3223042770711222021117
Binary110100101100010010111111011110011001010000100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4BF; }

 p { color: rgb(210,196,191); }

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

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

 a { background-color: rgb(210,196,191); }

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

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

 span { border-color: rgb(210,196,191); }

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