#D3C4BF

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

Shades of Alto #D3C4BF

Tints of Alto #D3C4BF

Color information

#D3C4BF (or 0xD3C4BF) is unknown color: approx Alto. HEX triplet: D3, C4 and BF. RGB value is (211,196,191). Sum of RGB (Red+Green+Blue) = 211+196+191=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4BF is #2C3B40. Grayscale: #C7C7C7. Windows color (decimal): -2898753 or 12567763. OLE color: 12567763.

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

Color convert

RGB211196191-
CMYK00.070.090.17
HSL15º18.52%78.82%-
HSV(B)15º9.48%82.75%-
XYZ56.0157.0957.36-
YUV199.92122.97135.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 196 (76.95% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 31.94%
R=35.28%
G=32.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119619100.070.090.171518.5278.82
HexD3C4BF07911f134f
Octal3233042770711211723117
Binary11010011110001001011111101111001100011111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C4BF; }

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

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

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

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

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

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

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

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