#CBAFFF

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

Shades of Mauve #CBAFFF

Tints of Mauve #CBAFFF

Color information

#CBAFFF (or 0xCBAFFF) is unknown color: approx Mauve. HEX triplet: CB, AF and FF. RGB value is (203,175,255). Sum of RGB (Red+Green+Blue) = 203+175+255=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFF is #345000. Grayscale: #C0C0C0. Windows color (decimal): -3428353 or 16756683. OLE color: 16756683.

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

Color convert

RGB203175255-
CMYK0.200.3100
HSL261º100%84.31%-
HSV(B)261º31.37%100%-
XYZ58.0150.58101.31-
YUV192.49163.28135.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 255 (100% from 255) = 40.28%
R=32.07%
G=27.65%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031752550.200.310026110084.31
HexCBAFFF141F001056454
Octal313257377243700405144124
Binary11001011101011111111111110100111110010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFFF; }

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

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

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

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

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

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

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

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