#D5C1BA

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

Shades of Wafer #D5C1BA

Tints of Wafer #D5C1BA

Color information

#D5C1BA (or 0xD5C1BA) is unknown color: approx Wafer. HEX triplet: D5, C1 and BA. RGB value is (213,193,186). Sum of RGB (Red+Green+Blue) = 213+193+186=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1BA is #2A3E45. Grayscale: #C6C6C6. Windows color (decimal): -2768454 or 12239317. OLE color: 12239317.

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

Color convert

RGB213193186-
CMYK00.090.130.16
HSL15.56º24.32%78.24%-
HSV(B)15.56º12.68%83.53%-
XYZ55.3755.8354.31-
YUV198.18121.13138.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=35.98%
G=32.60%
B=31.42%

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
Decimal21319318600.090.130.1615.5624.3278.24
HexD5C1BA09D1010184e
Octal32530127201115202030116
Binary1101010111000001101110100100111011000010000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1BA; }

 p { color: rgb(213,193,186); }

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

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

 a { background-color: rgb(213,193,186); }

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

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

 span { border-color: rgb(213,193,186); }

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