#CD9AFB

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

Shades of Mauve #CD9AFB

Tints of Mauve #CD9AFB

Color information

#CD9AFB (or 0xCD9AFB) is unknown color: approx Mauve. HEX triplet: CD, 9A and FB. RGB value is (205,154,251). Sum of RGB (Red+Green+Blue) = 205+154+251=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFB is #326504. Grayscale: #B3B3B3. Windows color (decimal): -3302661 or 16489165. OLE color: 16489165.

HSL color Cylindrical-coordinate representation of color #CD9AFB: hue angle of 271.55º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD9AFB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205154251-
CMYK0.180.3900.02
HSL271.55º92.38%79.41%-
HSV(B)271.55º38.65%98.43%-
XYZ54.1543.0696.72-
YUV180.31167.9145.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=33.61%
G=25.25%
B=41.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051542510.180.3900.02271.5592.3879.41
HexCD9AFB1227021105c4f
Octal315232373224702420134117
Binary1100110110011010111110111001010011101010001000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AFB; }

 p { color: rgb(205,154,251); }

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

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

 a { background-color: rgb(205,154,251); }

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

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

 span { border-color: rgb(205,154,251); }

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