#CD99FB

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

Shades of Mauve #CD99FB

Tints of Mauve #CD99FB

Color information

#CD99FB (or 0xCD99FB) is unknown color: approx Mauve. HEX triplet: CD, 99 and FB. RGB value is (205,153,251). Sum of RGB (Red+Green+Blue) = 205+153+251=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99FB is #326604. Grayscale: #B3B3B3. Windows color (decimal): -3302917 or 16488909. OLE color: 16488909.

HSL color Cylindrical-coordinate representation of color #CD99FB: hue angle of 271.84º 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 #CD99FB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205153251-
CMYK0.180.3900.02
HSL271.84º92.45%79.22%-
HSV(B)271.84º39.04%98.43%-
XYZ53.9842.7396.67-
YUV179.72168.23146.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=33.66%
G=25.12%
B=41.22%

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
Decimal2051532510.180.3900.02271.8492.4579.22
HexCD99FB1227021105c4f
Octal315231373224702420134117
Binary1100110110011001111110111001010011101010001000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99FB; }

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

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

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

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

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

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

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

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