#D9C1BB

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

Shades of Wafer #D9C1BB

Tints of Wafer #D9C1BB

Color information

#D9C1BB (or 0xD9C1BB) is unknown color: approx Wafer. HEX triplet: D9, C1 and BB. RGB value is (217,193,187). Sum of RGB (Red+Green+Blue) = 217+193+187=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1BB is #263E44. Grayscale: #C7C7C7. Windows color (decimal): -2506309 or 12304857. OLE color: 12304857.

HSL color Cylindrical-coordinate representation of color #D9C1BB: hue angle of 12º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C1BB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217193187-
CMYK00.110.140.15
HSL12º28.3%79.22%-
HSV(B)12º13.82%85.1%-
XYZ56.6556.4854.93-
YUV199.49120.95140.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 193 (75.78% from 255) = 32.33%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=36.35%
G=32.33%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719318700.110.140.151228.379.22
HexD9C1BB0BEFc1c4f
Octal33130127301316171434117
Binary11011001110000011011101101011111011111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1BB; }

 p { color: rgb(217,193,187); }

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

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

 a { background-color: rgb(217,193,187); }

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

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

 span { border-color: rgb(217,193,187); }

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