#DB8E9C

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

Shades of Can Can #DB8E9C

Tints of Can Can #DB8E9C

Color information

#DB8E9C (or 0xDB8E9C) is unknown color: approx Can Can. HEX triplet: DB, 8E and 9C. RGB value is (219,142,156). Sum of RGB (Red+Green+Blue) = 219+142+156=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E9C is #247163. Grayscale: #A6A6A6. Windows color (decimal): -2388324 or 10260187. OLE color: 10260187.

HSL color Cylindrical-coordinate representation of color #DB8E9C: hue angle of 349.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8E9C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219142156-
CMYK00.350.290.14
HSL349.09º51.68%70.78%-
HSV(B)349.09º35.16%85.88%-
XYZ44.8936.8136.19-
YUV166.62122.01165.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=42.36%
G=27.47%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914215600.350.290.14349.0951.6870.78
HexDB8E9C0231DE15d3447
Octal333216234043351653564107
Binary11011011100011101001110001000111110111101010111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E9C; }

 p { color: rgb(219,142,156); }

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

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

 a { background-color: rgb(219,142,156); }

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

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

 span { border-color: rgb(219,142,156); }

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