#CDA1FB

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

Shades of Mauve #CDA1FB

Tints of Mauve #CDA1FB

Color information

#CDA1FB (or 0xCDA1FB) is unknown color: approx Mauve. HEX triplet: CD, A1 and FB. RGB value is (205,161,251). Sum of RGB (Red+Green+Blue) = 205+161+251=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1FB is #325E04. Grayscale: #B8B8B8. Windows color (decimal): -3300869 or 16490957. OLE color: 16490957.

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

Color convert

RGB205161251-
CMYK0.180.3600.02
HSL269.33º91.84%80.78%-
HSV(B)269.33º35.86%98.43%-
XYZ55.3345.4397.12-
YUV184.42165.58142.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=33.23%
G=26.09%
B=40.68%

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
Decimal2051612510.180.3600.02269.3391.8480.78
HexCDA1FB12240210d5c51
Octal315241373224402415134121
Binary1100110110100001111110111001010010001010000110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1FB; }

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

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

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

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

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

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

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

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