#CBAAFB

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

Shades of Mauve #CBAAFB

Tints of Mauve #CBAAFB

Color information

#CBAAFB (or 0xCBAAFB) is unknown color: approx Mauve. HEX triplet: CB, AA and FB. RGB value is (203,170,251). Sum of RGB (Red+Green+Blue) = 203+170+251=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFB is #345504. Grayscale: #BCBCBC. Windows color (decimal): -3429637 or 16493259. OLE color: 16493259.

HSL color Cylindrical-coordinate representation of color #CBAAFB: hue angle of 264.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBAAFB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203170251-
CMYK0.190.3200.02
HSL264.44º91.01%82.55%-
HSV(B)264.44º32.27%98.43%-
XYZ56.4248.4197.64-
YUV189.1162.93137.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=32.53%
G=27.24%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031702510.190.3200.02264.4491.0182.55
HexCBAAFB1320021085b53
Octal313252373234002410133123
Binary1100101110101010111110111001110000001010000100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAFB; }

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

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

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

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

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

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

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

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