#CD9EF6

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

Shades of Mauve #CD9EF6

Tints of Mauve #CD9EF6

Color information

#CD9EF6 (or 0xCD9EF6) is unknown color: approx Mauve. HEX triplet: CD, 9E and F6. RGB value is (205,158,246). Sum of RGB (Red+Green+Blue) = 205+158+246=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EF6 is #326109. Grayscale: #B5B5B5. Windows color (decimal): -3301642 or 16162509. OLE color: 16162509.

HSL color Cylindrical-coordinate representation of color #CD9EF6: hue angle of 272.05º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD9EF6 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205158246-
CMYK0.170.3600.04
HSL272.05º83.02%79.22%-
HSV(B)272.05º35.77%96.47%-
XYZ54.0444.0992.85-
YUV182.08164.07144.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 246 (96.48% from 255) = 40.39%
R=33.66%
G=25.94%
B=40.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051582460.170.3600.04272.0583.0279.22
HexCD9EF6112404110534f
Octal315236366214404420123117
Binary11001101100111101111011010001100100010010001000010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EF6; }

 p { color: rgb(205,158,246); }

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

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

 a { background-color: rgb(205,158,246); }

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

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

 span { border-color: rgb(205,158,246); }

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