#D7C5BA

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

Shades of Wafer #D7C5BA

Tints of Wafer #D7C5BA

Color information

#D7C5BA (or 0xD7C5BA) is unknown color: approx Wafer. HEX triplet: D7, C5 and BA. RGB value is (215,197,186). Sum of RGB (Red+Green+Blue) = 215+197+186=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5BA is #283A45. Grayscale: #C9C9C9. Windows color (decimal): -2636358 or 12240343. OLE color: 12240343.

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

Color convert

RGB215197186-
CMYK00.080.130.16
HSL22.76º26.61%78.63%-
HSV(B)22.76º13.49%84.31%-
XYZ56.8557.9254.64-
YUV201.13119.46137.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=35.95%
G=32.94%
B=31.10%

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
Decimal21519718600.080.130.1622.7626.6178.63
HexD7C5BA08D10171b4f
Octal32730527201015202733117
Binary1101011111000101101110100100011011000010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5BA; }

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

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

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

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

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

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

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

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