#CBAEF7

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

Shades of Mauve #CBAEF7

Tints of Mauve #CBAEF7

Color information

#CBAEF7 (or 0xCBAEF7) is unknown color: approx Mauve. HEX triplet: CB, AE and F7. RGB value is (203,174,247). Sum of RGB (Red+Green+Blue) = 203+174+247=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF7 is #345108. Grayscale: #BEBEBE. Windows color (decimal): -3428617 or 16232139. OLE color: 16232139.

HSL color Cylindrical-coordinate representation of color #CBAEF7: hue angle of 263.84º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAEF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203174247-
CMYK0.180.3000.03
HSL263.84º82.02%82.55%-
HSV(B)263.84º29.55%96.86%-
XYZ56.5549.6894.6-
YUV190.99159.61136.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 247 (96.88% from 255) = 39.58%
R=32.53%
G=27.88%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031742470.180.3000.03263.8482.0282.55
HexCBAEF7121E031085253
Octal313256367223603410122123
Binary110010111010111011110111100101111001110000100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEF7; }

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

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

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

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

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

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

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

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