#CD9EFF

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

Shades of Mauve #CD9EFF

Tints of Mauve #CD9EFF

Color information

#CD9EFF (or 0xCD9EFF) is unknown color: approx Mauve. HEX triplet: CD, 9E and FF. RGB value is (205,158,255). Sum of RGB (Red+Green+Blue) = 205+158+255=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EFF is #326100. Grayscale: #B6B6B6. Windows color (decimal): -3301633 or 16752333. OLE color: 16752333.

HSL color Cylindrical-coordinate representation of color #CD9EFF: hue angle of 269.07º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD9EFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205158255-
CMYK0.200.3800
HSL269.07º100%80.98%-
HSV(B)269.07º38.04%100%-
XYZ55.4544.65100.3-
YUV183.11168.57143.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 158 (62.11% from 255) = 25.57%
BLUE value IS 255 (100% from 255) = 41.26%
R=33.17%
G=25.57%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051582550.200.3800269.0710080.98
HexCD9EFF14260010d6451
Octal315236377244600415144121
Binary110011011001111011111111101001001100010000110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EFF; }

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

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

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

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

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

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

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

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