#D6C2BF

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

Shades of Alto #D6C2BF

Tints of Alto #D6C2BF

Color information

#D6C2BF (or 0xD6C2BF) is unknown color: approx Alto. HEX triplet: D6, C2 and BF. RGB value is (214,194,191). Sum of RGB (Red+Green+Blue) = 214+194+191=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2BF is #293D40. Grayscale: #C7C7C7. Windows color (decimal): -2702657 or 12567254. OLE color: 12567254.

HSL color Cylindrical-coordinate representation of color #D6C2BF: hue angle of 7.83º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C2BF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214194191-
CMYK00.090.110.16
HSL7.83º21.9%79.41%-
HSV(B)7.83º10.75%83.92%-
XYZ56.4356.6457.25-
YUV199.64123.13138.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 191 (75% from 255) = 31.89%
R=35.73%
G=32.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419419100.090.110.167.8321.979.41
HexD6C2BF09B108164f
Octal32630227701113201026117
Binary110101101100001010111111010011011100001000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2BF; }

 p { color: rgb(214,194,191); }

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

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

 a { background-color: rgb(214,194,191); }

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

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

 span { border-color: rgb(214,194,191); }

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