#D7C4BA

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

Shades of Wafer #D7C4BA

Tints of Wafer #D7C4BA

Color information

#D7C4BA (or 0xD7C4BA) is unknown color: approx Wafer. HEX triplet: D7, C4 and BA. RGB value is (215,196,186). Sum of RGB (Red+Green+Blue) = 215+196+186=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C4BA is #283B45. Grayscale: #C8C8C8. Windows color (decimal): -2636614 or 12240087. OLE color: 12240087.

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

Color convert

RGB215196186-
CMYK00.090.130.16
HSL20.69º26.61%78.63%-
HSV(B)20.69º13.49%84.31%-
XYZ56.6357.4754.56-
YUV200.54119.79138.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=36.01%
G=32.83%
B=31.16%

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
Decimal21519618600.090.130.1620.6926.6178.63
HexD7C4BA09D10151b4f
Octal32730427201115202533117
Binary1101011111000100101110100100111011000010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4BA; }

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

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

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

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

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

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

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

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