#CBAEFF

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

Shades of Mauve #CBAEFF

Tints of Mauve #CBAEFF

Color information

#CBAEFF (or 0xCBAEFF) is unknown color: approx Mauve. HEX triplet: CB, AE and FF. RGB value is (203,174,255). Sum of RGB (Red+Green+Blue) = 203+174+255=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFF is #345100. Grayscale: #BFBFBF. Windows color (decimal): -3428609 or 16756427. OLE color: 16756427.

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

Color convert

RGB203174255-
CMYK0.200.3200
HSL261.48º100%84.12%-
HSV(B)261.48º31.76%100%-
XYZ57.8150.19101.25-
YUV191.9163.61135.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 255 (100% from 255) = 40.35%
R=32.12%
G=27.53%
B=40.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031742550.200.3200261.4810084.12
HexCBAEFF1420001056454
Octal313256377244000405144124
Binary110010111010111011111111101001000000010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEFF; }

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

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

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

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

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

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

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

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