#CDABF9

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

Shades of Mauve #CDABF9

Tints of Mauve #CDABF9

Color information

#CDABF9 (or 0xCDABF9) is unknown color: approx Mauve. HEX triplet: CD, AB and F9. RGB value is (205,171,249). Sum of RGB (Red+Green+Blue) = 205+171+249=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABF9 is #325406. Grayscale: #BDBDBD. Windows color (decimal): -3298311 or 16362445. OLE color: 16362445.

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

Color convert

RGB205171249-
CMYK0.180.3100.02
HSL266.15º86.67%82.35%-
HSV(B)266.15º31.33%97.65%-
XYZ56.8448.9496.07-
YUV190.06161.26138.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=32.8%
G=27.36%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051712490.180.3100.02266.1586.6782.35
HexCDABF9121F0210a5752
Octal315253371223702412127122
Binary110011011010101111111001100101111101010000101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABF9; }

 p { color: rgb(205,171,249); }

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

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

 a { background-color: rgb(205,171,249); }

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

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

 span { border-color: rgb(205,171,249); }

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