#D98EA2

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

Shades of Can Can #D98EA2

Tints of Can Can #D98EA2

Color information

#D98EA2 (or 0xD98EA2) is unknown color: approx Can Can. HEX triplet: D9, 8E and A2. RGB value is (217,142,162). Sum of RGB (Red+Green+Blue) = 217+142+162=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98EA2 is #26715D. Grayscale: #A6A6A6. Windows color (decimal): -2519390 or 10653401. OLE color: 10653401.

HSL color Cylindrical-coordinate representation of color #D98EA2: hue angle of 344º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98EA2 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217142162-
CMYK00.350.250.15
HSL344º49.67%70.39%-
HSV(B)344º34.56%85.1%-
XYZ44.8136.7138.91-
YUV166.7125.35163.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=41.65%
G=27.26%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714216200.350.250.1534449.6770.39
HexD98EA202319F1583246
Octal331216242043311753062106
Binary11011001100011101010001001000111100111111010110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EA2; }

 p { color: rgb(217,142,162); }

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

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

 a { background-color: rgb(217,142,162); }

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

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

 span { border-color: rgb(217,142,162); }

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