#cd9ef7

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

Shades of Mauve #CD9EF7

Tints of Mauve #CD9EF7

Color information

#CD9EF7 (or 0xCD9EF7) is unknown color: approx Mauve. HEX triplet: CD, 9E and F7. RGB value is (205,158,247). Sum of RGB (Red+Green+Blue) = 205+158+247=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD9EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EF7 is #326108. Grayscale: #B5B5B5. Windows color (decimal): -3301641 or 16228045. OLE color: 16228045.

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

Color convert

RGB205158247-
CMYK0.170.3600.03
HSL271.69º84.76%79.41%-
HSV(B)271.69º36.03%96.86%-
XYZ54.1944.1593.66-
YUV182.2164.57144.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=33.61%
G=25.90%
B=40.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051582470.170.3600.03271.6984.7679.41
HexCD9EF7112403110554f
Octal315236367214403420125117
Binary1100110110011110111101111000110010001110001000010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9ef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9ef7; }

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

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

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

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

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

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

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

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