#D3BEBC

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

Shades of Alto #D3BEBC

Tints of Alto #D3BEBC

Color information

#D3BEBC (or 0xD3BEBC) is unknown color: approx Alto. HEX triplet: D3, BE and BC. RGB value is (211,190,188). Sum of RGB (Red+Green+Blue) = 211+190+188=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEBC is #2C4143. Grayscale: #C4C4C4. Windows color (decimal): -2900292 or 12369619. OLE color: 12369619.

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

Color convert

RGB211190188-
CMYK00.100.110.17
HSL5.22º20.72%78.24%-
HSV(B)5.22º10.9%82.75%-
XYZ54.3554.3155.19-
YUV196.05123.46138.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=35.82%
G=32.26%
B=31.92%

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
Decimal21119018800.100.110.175.2220.7278.24
HexD3BEBC0AB115154e
Octal3232762740121321525116
Binary11010011101111101011110001010101110001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEBC; }

 p { color: rgb(211,190,188); }

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

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

 a { background-color: rgb(211,190,188); }

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

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

 span { border-color: rgb(211,190,188); }

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