#CBA9FD

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

Shades of Mauve #CBA9FD

Tints of Mauve #CBA9FD

Color information

#CBA9FD (or 0xCBA9FD) is unknown color: approx Mauve. HEX triplet: CB, A9 and FD. RGB value is (203,169,253). Sum of RGB (Red+Green+Blue) = 203+169+253=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FD is #345602. Grayscale: #BCBCBC. Windows color (decimal): -3429891 or 16624075. OLE color: 16624075.

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

Color convert

RGB203169253-
CMYK0.200.3300.01
HSL264.29º95.45%82.75%-
HSV(B)264.29º33.2%99.22%-
XYZ56.5548.1699.24-
YUV188.74164.26138.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=32.48%
G=27.04%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031692530.200.3300.01264.2995.4582.75
HexCBA9FD1421011085f53
Octal313251375244101410137123
Binary110010111010100111111101101001000010110000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9FD; }

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

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

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

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

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

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

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

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