#DCBEB5

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

Shades of Wafer #DCBEB5

Tints of Wafer #DCBEB5

Color information

#DCBEB5 (or 0xDCBEB5) is unknown color: approx Wafer. HEX triplet: DC, BE and B5. RGB value is (220,190,181). Sum of RGB (Red+Green+Blue) = 220+190+181=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB5 is #23414A. Grayscale: #C6C6C6. Windows color (decimal): -2310475 or 11910876. OLE color: 11910876.

HSL color Cylindrical-coordinate representation of color #DCBEB5: hue angle of 13.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBEB5 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220190181-
CMYK00.140.180.14
HSL13.85º35.78%78.63%-
HSV(B)13.85º17.73%86.27%-
XYZ56.2755.3851.44-
YUV197.94118.44143.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=37.23%
G=32.15%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019018100.140.180.1413.8535.7878.63
HexDCBEB50E12Ee244f
Octal33427626501622161644117
Binary1101110010111110101101010111010010111011101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEB5; }

 p { color: rgb(220,190,181); }

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

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

 a { background-color: rgb(220,190,181); }

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

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

 span { border-color: rgb(220,190,181); }

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