#CBAAFD

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

Shades of Mauve #CBAAFD

Tints of Mauve #CBAAFD

Color information

#CBAAFD (or 0xCBAAFD) is unknown color: approx Mauve. HEX triplet: CB, AA and FD. RGB value is (203,170,253). Sum of RGB (Red+Green+Blue) = 203+170+253=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFD is #345502. Grayscale: #BDBDBD. Windows color (decimal): -3429635 or 16624331. OLE color: 16624331.

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

Color convert

RGB203170253-
CMYK0.200.3300.01
HSL263.86º95.4%82.94%-
HSV(B)263.86º32.81%99.22%-
XYZ56.7348.5499.31-
YUV189.33163.93137.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=32.43%
G=27.16%
B=40.42%

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
Decimal2031702530.200.3300.01263.8695.482.94
HexCBAAFD1421011085f53
Octal313252375244101410137123
Binary110010111010101011111101101001000010110000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAFD; }

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

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

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

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

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

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

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

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