#DCBBAE

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

Shades of Wafer #DCBBAE

Tints of Wafer #DCBBAE

Color information

#DCBBAE (or 0xDCBBAE) is unknown color: approx Wafer. HEX triplet: DC, BB and AE. RGB value is (220,187,174). Sum of RGB (Red+Green+Blue) = 220+187+174=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBAE is #234451. Grayscale: #C3C3C3. Windows color (decimal): -2311250 or 11451356. OLE color: 11451356.

HSL color Cylindrical-coordinate representation of color #DCBBAE: hue angle of 16.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBBAE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220187174-
CMYK00.150.210.14
HSL16.96º39.66%77.25%-
HSV(B)16.96º20.91%86.27%-
XYZ54.9353.8147.54-
YUV195.38115.93145.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=37.87%
G=32.19%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018717400.150.210.1416.9639.6677.25
HexDCBBAE0F15E11284d
Octal33427325601725162150115
Binary11011100101110111010111001111101011110100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBAE; }

 p { color: rgb(220,187,174); }

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

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

 a { background-color: rgb(220,187,174); }

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

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

 span { border-color: rgb(220,187,174); }

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