#D4C2BB

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

Shades of Wafer #D4C2BB

Tints of Wafer #D4C2BB

Color information

#D4C2BB (or 0xD4C2BB) is unknown color: approx Wafer. HEX triplet: D4, C2 and BB. RGB value is (212,194,187). Sum of RGB (Red+Green+Blue) = 212+194+187=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2BB is #2B3D44. Grayscale: #C6C6C6. Windows color (decimal): -2833733 or 12305108. OLE color: 12305108.

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

Color convert

RGB212194187-
CMYK00.080.120.17
HSL16.8º22.52%78.24%-
HSV(B)16.8º11.79%83.14%-
XYZ55.4156.1754.93-
YUV198.58121.46137.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=35.75%
G=32.72%
B=31.53%

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
Decimal21219418700.080.120.1716.822.5278.24
HexD4C2BB08C1111174e
Octal32430227301014212127116
Binary1101010011000010101110110100011001000110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C2BB; }

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

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

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

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

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

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

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

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