#D7C3BA

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

Shades of Wafer #D7C3BA

Tints of Wafer #D7C3BA

Color information

#D7C3BA (or 0xD7C3BA) is unknown color: approx Wafer. HEX triplet: D7, C3 and BA. RGB value is (215,195,186). Sum of RGB (Red+Green+Blue) = 215+195+186=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3BA is #283C45. Grayscale: #C8C8C8. Windows color (decimal): -2636870 or 12239831. OLE color: 12239831.

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

Color convert

RGB215195186-
CMYK00.090.130.16
HSL18.62º26.61%78.63%-
HSV(B)18.62º13.49%84.31%-
XYZ56.457.0254.49-
YUV199.95120.13138.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=36.07%
G=32.72%
B=31.21%

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
Decimal21519518600.090.130.1618.6226.6178.63
HexD7C3BA09D10131b4f
Octal32730327201115202333117
Binary1101011111000011101110100100111011000010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3BA; }

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

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

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

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

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

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

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

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