#CBA4FD

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

Shades of Mauve #CBA4FD

Tints of Mauve #CBA4FD

Color information

#CBA4FD (or 0xCBA4FD) is unknown color: approx Mauve. HEX triplet: CB, A4 and FD. RGB value is (203,164,253). Sum of RGB (Red+Green+Blue) = 203+164+253=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FD is #345B02. Grayscale: #B9B9B9. Windows color (decimal): -3431171 or 16622795. OLE color: 16622795.

HSL color Cylindrical-coordinate representation of color #CBA4FD: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA4FD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203164253-
CMYK0.200.3500.01
HSL266.29º95.7%81.76%-
HSV(B)266.29º35.18%99.22%-
XYZ55.6346.3498.94-
YUV185.81165.92140.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=32.74%
G=26.45%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031642530.200.3500.01266.2995.781.76
HexCBA4FD14230110a6052
Octal313244375244301412140122
Binary110010111010010011111101101001000110110000101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4FD; }

 p { color: rgb(203,164,253); }

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

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

 a { background-color: rgb(203,164,253); }

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

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

 span { border-color: rgb(203,164,253); }

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