#D6C2B9

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

Shades of Wafer #D6C2B9

Tints of Wafer #D6C2B9

Color information

#D6C2B9 (or 0xD6C2B9) is unknown color: approx Wafer. HEX triplet: D6, C2 and B9. RGB value is (214,194,185). Sum of RGB (Red+Green+Blue) = 214+194+185=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2B9 is #293D46. Grayscale: #C7C7C7. Windows color (decimal): -2702663 or 12174038. OLE color: 12174038.

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

Color convert

RGB214194185-
CMYK00.090.140.16
HSL18.62º26.13%78.24%-
HSV(B)18.62º13.55%83.92%-
XYZ55.7856.3853.84-
YUV198.95120.13138.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=36.09%
G=32.72%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419418500.090.140.1618.6226.1378.24
HexD6C2B909E10131a4e
Octal32630227101116202332116
Binary1101011011000010101110010100111101000010011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2B9; }

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

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

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

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

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

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

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

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