#D2BEBC

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

Shades of Alto #D2BEBC

Tints of Alto #D2BEBC

Color information

#D2BEBC (or 0xD2BEBC) is unknown color: approx Alto. HEX triplet: D2, BE and BC. RGB value is (210,190,188). Sum of RGB (Red+Green+Blue) = 210+190+188=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBC is #2D4143. Grayscale: #C3C3C3. Windows color (decimal): -2965828 or 12369618. OLE color: 12369618.

HSL color Cylindrical-coordinate representation of color #D2BEBC: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BEBC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210190188-
CMYK00.100.100.18
HSL5.45º19.64%78.04%-
HSV(B)5.45º10.48%82.35%-
XYZ54.0754.1655.18-
YUV195.75123.63138.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=35.71%
G=32.31%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019018800.100.100.185.4519.6478.04
HexD2BEBC0AA125144e
Octal3222762740121222524116
Binary11010010101111101011110001010101010010101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEBC; }

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

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

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

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

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

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

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

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