#CD9DF8

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

Shades of Mauve #CD9DF8

Tints of Mauve #CD9DF8

Color information

#CD9DF8 (or 0xCD9DF8) is unknown color: approx Mauve. HEX triplet: CD, 9D and F8. RGB value is (205,157,248). Sum of RGB (Red+Green+Blue) = 205+157+248=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #CD9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DF8 is #326207. Grayscale: #B5B5B5. Windows color (decimal): -3301896 or 16293325. OLE color: 16293325.

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

Color convert

RGB205157248-
CMYK0.170.3700.03
HSL271.65º86.67%79.41%-
HSV(B)271.65º36.69%97.25%-
XYZ54.1843.8794.42-
YUV181.73165.4144.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=33.61%
G=25.74%
B=40.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051572480.170.3700.03271.6586.6779.41
HexCD9DF8112503110574f
Octal315235370214503420127117
Binary1100110110011101111110001000110010101110001000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DF8; }

 p { color: rgb(205,157,248); }

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

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

 a { background-color: rgb(205,157,248); }

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

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

 span { border-color: rgb(205,157,248); }

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