#D4C4BB

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

Shades of Wafer #D4C4BB

Tints of Wafer #D4C4BB

Color information

#D4C4BB (or 0xD4C4BB) is unknown color: approx Wafer. HEX triplet: D4, C4 and BB. RGB value is (212,196,187). Sum of RGB (Red+Green+Blue) = 212+196+187=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4BB is #2B3B44. Grayscale: #C7C7C7. Windows color (decimal): -2833221 or 12305620. OLE color: 12305620.

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

Color convert

RGB212196187-
CMYK00.080.120.17
HSL21.6º22.52%78.24%-
HSV(B)21.6º11.79%83.14%-
XYZ55.8657.0655.08-
YUV199.76120.8136.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=35.63%
G=32.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219618700.080.120.1721.622.5278.24
HexD4C4BB08C1116174e
Octal32430427301014212627116
Binary1101010011000100101110110100011001000110110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4BB; }

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

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

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

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

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

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

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

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