#D7C2BA

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

Shades of Wafer #D7C2BA

Tints of Wafer #D7C2BA

Color information

#D7C2BA (or 0xD7C2BA) is unknown color: approx Wafer. HEX triplet: D7, C2 and BA. RGB value is (215,194,186). Sum of RGB (Red+Green+Blue) = 215+194+186=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2BA is #283D45. Grayscale: #C7C7C7. Windows color (decimal): -2637126 or 12239575. OLE color: 12239575.

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

Color convert

RGB215194186-
CMYK00.100.130.16
HSL16.55º26.61%78.63%-
HSV(B)16.55º13.49%84.31%-
XYZ56.1856.5854.41-
YUV199.37120.46139.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=36.13%
G=32.61%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519418600.100.130.1616.5526.6178.63
HexD7C2BA0AD10111b4f
Octal32730227201215202133117
Binary1101011111000010101110100101011011000010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2BA; }

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

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

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

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

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

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

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

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