#D3C2BB

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

Shades of Wafer #D3C2BB

Tints of Wafer #D3C2BB

Color information

#D3C2BB (or 0xD3C2BB) is unknown color: approx Wafer. HEX triplet: D3, C2 and BB. RGB value is (211,194,187). Sum of RGB (Red+Green+Blue) = 211+194+187=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2BB is #2C3D44. Grayscale: #C6C6C6. Windows color (decimal): -2899269 or 12305107. OLE color: 12305107.

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

Color convert

RGB211194187-
CMYK00.080.110.17
HSL17.5º21.43%78.04%-
HSV(B)17.5º11.37%82.75%-
XYZ55.1356.0254.92-
YUV198.28121.63137.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 194 (76.17% from 255) = 32.77%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=35.64%
G=32.77%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119418700.080.110.1717.521.4378.04
HexD3C2BB08B1112154e
Octal32330227301013212225116
Binary1101001111000010101110110100010111000110010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C2BB; }

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

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

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

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

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

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

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

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