#D08EA1

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

Shades of Can Can #D08EA1

Tints of Can Can #D08EA1

Color information

#D08EA1 (or 0xD08EA1) is unknown color: approx Can Can. HEX triplet: D0, 8E and A1. RGB value is (208,142,161). Sum of RGB (Red+Green+Blue) = 208+142+161=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EA1 is #2F715E. Grayscale: #A3A3A3. Windows color (decimal): -3109215 or 10587856. OLE color: 10587856.

HSL color Cylindrical-coordinate representation of color #D08EA1: hue angle of 342.73º degrees, saturation: 0.41, 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 #D08EA1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB208142161-
CMYK00.320.230.18
HSL342.73º41.25%68.63%-
HSV(B)342.73º31.73%81.57%-
XYZ42.1235.3338.32-
YUV163.9126.37159.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=40.70%
G=27.79%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814216100.320.230.18342.7341.2568.63
HexD08EA102017121572945
Octal320216241040272252751105
Binary110100001000111010100001010000010111100101010101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EA1; }

 p { color: rgb(208,142,161); }

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

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

 a { background-color: rgb(208,142,161); }

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

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

 span { border-color: rgb(208,142,161); }

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