#D0BEBB

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

Shades of Alto #D0BEBB

Tints of Alto #D0BEBB

Color information

#D0BEBB (or 0xD0BEBB) is unknown color: approx Alto. HEX triplet: D0, BE and BB. RGB value is (208,190,187). Sum of RGB (Red+Green+Blue) = 208+190+187=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEBB is #2F4144. Grayscale: #C3C3C3. Windows color (decimal): -3096901 or 12304080. OLE color: 12304080.

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

Color convert

RGB208190187-
CMYK00.090.100.18
HSL8.57º18.26%77.45%-
HSV(B)8.57º10.1%81.57%-
XYZ53.453.8254.59-
YUV195.04123.46137.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=35.56%
G=32.48%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819018700.090.100.188.5718.2677.45
HexD0BEBB09A129124d
Octal32027627301112221122115
Binary110100001011111010111011010011010100101001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEBB; }

 p { color: rgb(208,190,187); }

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

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

 a { background-color: rgb(208,190,187); }

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

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

 span { border-color: rgb(208,190,187); }

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