#D8BEBD

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

Shades of Alto #D8BEBD

Tints of Alto #D8BEBD

Color information

#D8BEBD (or 0xD8BEBD) is unknown color: approx Alto. HEX triplet: D8, BE and BD. RGB value is (216,190,189). Sum of RGB (Red+Green+Blue) = 216+190+189=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEBD is #274142. Grayscale: #C5C5C5. Windows color (decimal): -2572611 or 12435160. OLE color: 12435160.

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

Color convert

RGB216190189-
CMYK00.120.120.15
HSL2.22º25.71%79.41%-
HSV(B)2.22º12.5%84.71%-
XYZ55.9255.155.83-
YUV197.66123.11141.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=36.30%
G=31.93%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619018900.120.120.152.2225.7179.41
HexD8BEBD0CCF21a4f
Octal3302762750141417232117
Binary110110001011111010111101011001100111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEBD; }

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

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

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

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

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

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

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

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