#CBB0FC

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

Shades of Mauve #CBB0FC

Tints of Mauve #CBB0FC

Color information

#CBB0FC (or 0xCBB0FC) is unknown color: approx Mauve. HEX triplet: CB, B0 and FC. RGB value is (203,176,252). Sum of RGB (Red+Green+Blue) = 203+176+252=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FC is #344F03. Grayscale: #C0C0C0. Windows color (decimal): -3428100 or 16560331. OLE color: 16560331.

HSL color Cylindrical-coordinate representation of color #CBB0FC: hue angle of 261.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB0FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203176252-
CMYK0.190.3000.01
HSL261.32º92.68%83.92%-
HSV(B)261.32º30.16%98.82%-
XYZ57.7250.7898.85-
YUV192.74161.45135.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=32.17%
G=27.89%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031762520.190.3000.01261.3292.6883.92
HexCBB0FC131E011055d54
Octal313260374233601405135124
Binary11001011101100001111110010011111100110000010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0FC; }

 p { color: rgb(203,176,252); }

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

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

 a { background-color: rgb(203,176,252); }

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

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

 span { border-color: rgb(203,176,252); }

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