#D6C4BA

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

Shades of Wafer #D6C4BA

Tints of Wafer #D6C4BA

Color information

#D6C4BA (or 0xD6C4BA) is unknown color: approx Wafer. HEX triplet: D6, C4 and BA. RGB value is (214,196,186). Sum of RGB (Red+Green+Blue) = 214+196+186=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4BA is #293B45. Grayscale: #C8C8C8. Windows color (decimal): -2702150 or 12240086. OLE color: 12240086.

HSL color Cylindrical-coordinate representation of color #D6C4BA: hue angle of 21.43º 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 #D6C4BA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214196186-
CMYK00.080.130.16
HSL21.43º25.45%78.43%-
HSV(B)21.43º13.08%83.92%-
XYZ56.3357.3254.55-
YUV200.24119.96137.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=35.91%
G=32.89%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419618600.080.130.1621.4325.4578.43
HexD6C4BA08D1015194e
Octal32630427201015202531116
Binary1101011011000100101110100100011011000010101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4BA; }

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

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

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

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

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

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

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

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