#CBABFF

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

Shades of Mauve #CBABFF

Tints of Mauve #CBABFF

Color information

#CBABFF (or 0xCBABFF) is unknown color: approx Mauve. HEX triplet: CB, AB and FF. RGB value is (203,171,255). Sum of RGB (Red+Green+Blue) = 203+171+255=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFF is #345400. Grayscale: #BDBDBD. Windows color (decimal): -3429377 or 16755659. OLE color: 16755659.

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

Color convert

RGB203171255-
CMYK0.200.3300
HSL262.86º100%83.53%-
HSV(B)262.86º32.94%100%-
XYZ57.2449.04101.06-
YUV190.14164.6137.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 40.54%
R=32.27%
G=27.19%
B=40.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031712550.200.3300262.8610083.53
HexCBABFF1421001076454
Octal313253377244100407144124
Binary110010111010101111111111101001000010010000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABFF; }

 p { color: rgb(203,171,255); }

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

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

 a { background-color: rgb(203,171,255); }

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

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

 span { border-color: rgb(203,171,255); }

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