#d4c3bb

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

Shades of Wafer #D4C3BB

Tints of Wafer #D4C3BB

Color information

#D4C3BB (or 0xD4C3BB) is unknown color: approx Wafer. HEX triplet: D4, C3 and BB. RGB value is (212,195,187). Sum of RGB (Red+Green+Blue) = 212+195+187=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3BB is #2B3C44. Grayscale: #C7C7C7. Windows color (decimal): -2833477 or 12305364. OLE color: 12305364.

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

Color convert

RGB212195187-
CMYK00.080.120.17
HSL19.2º22.52%78.24%-
HSV(B)19.2º11.79%83.14%-
XYZ55.6456.6255.01-
YUV199.17121.13137.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 195 (76.56% from 255) = 32.83%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=35.69%
G=32.83%
B=31.48%

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
Decimal21219518700.080.120.1719.222.5278.24
HexD4C3BB08C1113174e
Octal32430327301014212327116
Binary1101010011000011101110110100011001000110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4c3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4c3bb; }

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

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

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

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

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

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

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

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