#D6C3BA

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

Shades of Wafer #D6C3BA

Tints of Wafer #D6C3BA

Color information

#D6C3BA (or 0xD6C3BA) is unknown color: approx Wafer. HEX triplet: D6, C3 and BA. RGB value is (214,195,186). Sum of RGB (Red+Green+Blue) = 214+195+186=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BA is #293C45. Grayscale: #C7C7C7. Windows color (decimal): -2702406 or 12239830. OLE color: 12239830.

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

Color convert

RGB214195186-
CMYK00.090.130.16
HSL19.29º25.45%78.43%-
HSV(B)19.29º13.08%83.92%-
XYZ56.1156.8754.47-
YUV199.66120.29138.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=35.97%
G=32.77%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419518600.090.130.1619.2925.4578.43
HexD6C3BA09D1013194e
Octal32630327201115202331116
Binary1101011011000011101110100100111011000010011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3BA; }

 p { color: rgb(214,195,186); }

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

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

 a { background-color: rgb(214,195,186); }

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

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

 span { border-color: rgb(214,195,186); }

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