#D5C4BA

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

Shades of Wafer #D5C4BA

Tints of Wafer #D5C4BA

Color information

#D5C4BA (or 0xD5C4BA) is unknown color: approx Wafer. HEX triplet: D5, C4 and BA. RGB value is (213,196,186). Sum of RGB (Red+Green+Blue) = 213+196+186=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4BA is #2A3B45. Grayscale: #C8C8C8. Windows color (decimal): -2767686 or 12240085. OLE color: 12240085.

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

Color convert

RGB213196186-
CMYK00.080.130.16
HSL22.22º24.32%78.24%-
HSV(B)22.22º12.68%83.53%-
XYZ56.0457.1754.54-
YUV199.94120.13137.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=35.80%
G=32.94%
B=31.26%

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
Decimal21319618600.080.130.1622.2224.3278.24
HexD5C4BA08D1016184e
Octal32530427201015202630116
Binary1101010111000100101110100100011011000010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4BA; }

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

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

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

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

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

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

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

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