#D4BEBD

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

Shades of Alto #D4BEBD

Tints of Alto #D4BEBD

Color information

#D4BEBD (or 0xD4BEBD) is unknown color: approx Alto. HEX triplet: D4, BE and BD. RGB value is (212,190,189). Sum of RGB (Red+Green+Blue) = 212+190+189=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBD is #2B4142. Grayscale: #C4C4C4. Windows color (decimal): -2834755 or 12435156. OLE color: 12435156.

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

Color convert

RGB212190189-
CMYK00.100.110.17
HSL2.61º21.1%78.63%-
HSV(B)2.61º10.85%83.14%-
XYZ54.7554.555.78-
YUV196.46123.79139.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=35.87%
G=32.15%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219018900.100.110.172.6121.178.63
HexD4BEBD0AB113154f
Octal3242762750121321325117
Binary1101010010111110101111010101010111000111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEBD; }

 p { color: rgb(212,190,189); }

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

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

 a { background-color: rgb(212,190,189); }

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

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

 span { border-color: rgb(212,190,189); }

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