#D7C3BB

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

Shades of Wafer #D7C3BB

Tints of Wafer #D7C3BB

Color information

#D7C3BB (or 0xD7C3BB) is unknown color: approx Wafer. HEX triplet: D7, C3 and BB. RGB value is (215,195,187). Sum of RGB (Red+Green+Blue) = 215+195+187=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3BB is #283C44. Grayscale: #C8C8C8. Windows color (decimal): -2636869 or 12305367. OLE color: 12305367.

HSL color Cylindrical-coordinate representation of color #D7C3BB: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7C3BB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215195187-
CMYK00.090.130.16
HSL17.14º25.93%78.82%-
HSV(B)17.14º13.02%84.31%-
XYZ56.5157.0755.05-
YUV200.07120.63138.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 195 (76.56% from 255) = 32.66%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=36.01%
G=32.66%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519518700.090.130.1617.1425.9378.82
HexD7C3BB09D10111a4f
Octal32730327301115202132117
Binary1101011111000011101110110100111011000010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3BB; }

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

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

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

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

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

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

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

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