#CDA0FB

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

Shades of Mauve #CDA0FB

Tints of Mauve #CDA0FB

Color information

#CDA0FB (or 0xCDA0FB) is unknown color: approx Mauve. HEX triplet: CD, A0 and FB. RGB value is (205,160,251). Sum of RGB (Red+Green+Blue) = 205+160+251=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FB is #325F04. Grayscale: #B7B7B7. Windows color (decimal): -3301125 or 16490701. OLE color: 16490701.

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

Color convert

RGB205160251-
CMYK0.180.3600.02
HSL269.67º91.92%80.59%-
HSV(B)269.67º36.25%98.43%-
XYZ55.1645.0997.06-
YUV183.83165.91143.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 160 (62.89% from 255) = 25.97%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=33.28%
G=25.97%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051602510.180.3600.02269.6791.9280.59
HexCDA0FB12240210e5c51
Octal315240373224402416134121
Binary1100110110100000111110111001010010001010000111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0FB; }

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

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

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

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

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

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

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

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