#CDABFC

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

Shades of Mauve #CDABFC

Tints of Mauve #CDABFC

Color information

#CDABFC (or 0xCDABFC) is unknown color: approx Mauve. HEX triplet: CD, AB and FC. RGB value is (205,171,252). Sum of RGB (Red+Green+Blue) = 205+171+252=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFC is #325403. Grayscale: #BEBEBE. Windows color (decimal): -3298308 or 16559053. OLE color: 16559053.

HSL color Cylindrical-coordinate representation of color #CDABFC: hue angle of 265.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDABFC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205171252-
CMYK0.190.3200.01
HSL265.19º93.1%82.94%-
HSV(B)265.19º32.14%98.82%-
XYZ57.3149.1398.56-
YUV190.4162.76138.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=32.64%
G=27.23%
B=40.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051712520.190.3200.01265.1993.182.94
HexCDABFC1320011095d53
Octal315253374234001411135123
Binary110011011010101111111100100111000000110000100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABFC; }

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

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

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

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

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

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

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

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