#D18EA6

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

Shades of Can Can #D18EA6

Tints of Can Can #D18EA6

Color information

#D18EA6 (or 0xD18EA6) is unknown color: approx Can Can. HEX triplet: D1, 8E and A6. RGB value is (209,142,166). Sum of RGB (Red+Green+Blue) = 209+142+166=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EA6 is #2E7159. Grayscale: #A4A4A4. Windows color (decimal): -3043674 or 10915537. OLE color: 10915537.

HSL color Cylindrical-coordinate representation of color #D18EA6: hue angle of 338.51º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18EA6 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209142166-
CMYK00.320.210.18
HSL338.51º42.14%68.82%-
HSV(B)338.51º32.06%81.96%-
XYZ42.8535.6540.7-
YUV164.77128.7159.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=40.43%
G=27.47%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914216600.320.210.18338.5142.1468.82
HexD18EA602015121532a45
Octal321216246040252252352105
Binary110100011000111010100110010000010101100101010100111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EA6; }

 p { color: rgb(209,142,166); }

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

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

 a { background-color: rgb(209,142,166); }

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

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

 span { border-color: rgb(209,142,166); }

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