#D98E9E

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

Shades of Can Can #D98E9E

Tints of Can Can #D98E9E

Color information

#D98E9E (or 0xD98E9E) is unknown color: approx Can Can. HEX triplet: D9, 8E and 9E. RGB value is (217,142,158). Sum of RGB (Red+Green+Blue) = 217+142+158=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E9E is #267161. Grayscale: #A6A6A6. Windows color (decimal): -2519394 or 10391257. OLE color: 10391257.

HSL color Cylindrical-coordinate representation of color #D98E9E: hue angle of 347.2º 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 #D98E9E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217142158-
CMYK00.350.270.15
HSL347.2º49.67%70.39%-
HSV(B)347.2º34.56%85.1%-
XYZ44.4636.5737.06-
YUV166.25123.35164.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=41.97%
G=27.47%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714215800.350.270.15347.249.6770.39
HexD98E9E0231BF15b3246
Octal331216236043331753362106
Binary11011001100011101001111001000111101111111010110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E9E; }

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

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

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

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

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

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

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

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