#CBAAFC

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

Shades of Mauve #CBAAFC

Tints of Mauve #CBAAFC

Color information

#CBAAFC (or 0xCBAAFC) is unknown color: approx Mauve. HEX triplet: CB, AA and FC. RGB value is (203,170,252). Sum of RGB (Red+Green+Blue) = 203+170+252=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFC is #345503. Grayscale: #BCBCBC. Windows color (decimal): -3429636 or 16558795. OLE color: 16558795.

HSL color Cylindrical-coordinate representation of color #CBAAFC: hue angle of 264.15º degrees, saturation: 0.93, 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 #CBAAFC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203170252-
CMYK0.190.3300.01
HSL264.15º93.18%82.75%-
HSV(B)264.15º32.54%98.82%-
XYZ56.5748.4798.47-
YUV189.22163.43137.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=32.48%
G=27.2%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031702520.190.3300.01264.1593.1882.75
HexCBAAFC1321011085d53
Octal313252374234101410135123
Binary110010111010101011111100100111000010110000100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAFC; }

 p { color: rgb(203,170,252); }

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

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

 a { background-color: rgb(203,170,252); }

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

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

 span { border-color: rgb(203,170,252); }

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