#D7BEBD

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

Shades of Alto #D7BEBD

Tints of Alto #D7BEBD

Color information

#D7BEBD (or 0xD7BEBD) is unknown color: approx Alto. HEX triplet: D7, BE and BD. RGB value is (215,190,189). Sum of RGB (Red+Green+Blue) = 215+190+189=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEBD is #284142. Grayscale: #C5C5C5. Windows color (decimal): -2638147 or 12435159. OLE color: 12435159.

HSL color Cylindrical-coordinate representation of color #D7BEBD: hue angle of 2.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BEBD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215190189-
CMYK00.120.120.16
HSL2.31º24.53%79.22%-
HSV(B)2.31º12.09%84.31%-
XYZ55.6254.9555.82-
YUV197.36123.28140.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=36.20%
G=31.99%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519018900.120.120.162.3124.5379.22
HexD7BEBD0CC102194f
Octal3272762750141420231117
Binary1101011110111110101111010110011001000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEBD; }

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

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

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

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

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

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

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

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