#D5C4BB

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

Shades of Wafer #D5C4BB

Tints of Wafer #D5C4BB

Color information

#D5C4BB (or 0xD5C4BB) is unknown color: approx Wafer. HEX triplet: D5, C4 and BB. RGB value is (213,196,187). Sum of RGB (Red+Green+Blue) = 213+196+187=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4BB is #2A3B44. Grayscale: #C8C8C8. Windows color (decimal): -2767685 or 12305621. OLE color: 12305621.

HSL color Cylindrical-coordinate representation of color #D5C4BB: hue angle of 20.77º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C4BB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213196187-
CMYK00.080.120.16
HSL20.77º23.64%78.43%-
HSV(B)20.77º12.21%83.53%-
XYZ56.1557.2155.1-
YUV200.06120.63137.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=35.74%
G=32.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319618700.080.120.1620.7723.6478.43
HexD5C4BB08C1015184e
Octal32530427301014202530116
Binary1101010111000100101110110100011001000010101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4BB; }

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

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

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

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

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

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

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

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