#D0C3BE

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

Shades of Alto #D0C3BE

Tints of Alto #D0C3BE

Color information

#D0C3BE (or 0xD0C3BE) is unknown color: approx Alto. HEX triplet: D0, C3 and BE. RGB value is (208,195,190). Sum of RGB (Red+Green+Blue) = 208+195+190=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3BE is #2F3C41. Grayscale: #C6C6C6. Windows color (decimal): -3095618 or 12501968. OLE color: 12501968.

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

Color convert

RGB208195190-
CMYK00.060.090.18
HSL16.67º16.07%78.04%-
HSV(B)16.67º8.65%81.57%-
XYZ54.8256.1656.67-
YUV198.32123.31134.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 195 (76.56% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=35.08%
G=32.88%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819519000.060.090.1816.6716.0778.04
HexD0C3BE0691211104e
Octal3203032760611222120116
Binary110100001100001110111110011010011001010001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3BE; }

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

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

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

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

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

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

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

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