Html Css Color HEX #CBB3FE Mauve

📋 copy color: '#CBB3FE'

red 203 ◦ green 179 ◦ blue 254

#CBB3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CBB3FE

Tints of Mauve #CBB3FE

RGB

 RED value IS 203 (79.69% from 255) = 31.92%

 GREEN value IS 179 (70.31% from 255) = 28.14%

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 31.92%
G = 28.14%
B = 39.94%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBB3FE (or 0xCBB3FE) is known color: Mauve. HEX triplet: CB, B3 and FE. RGB value is (203,179,254). Sum of RGB (Red+Green+Blue) = 203+179+254=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3FE is #344C01. Grayscale: #C2C2C2. Windows color (decimal): -3427330 or 16692171. OLE color: 16692171.

HSL color Cylindrical-coordinate representation of color #CBB3FE: hue angle of 259.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB3FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 179 254 -
CMYK 0.20 0.30 0 0.00
HSL 259.2º 0.97% 0.85% -
HSV(B) 259.2º 0.3% 1% -
XYZ 58.64 52.09 100.73 -
YUV 194.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 203 179 254 0.20 0.30 0 0.00 259.2 0.97 0.85
Hex CB B3 FE 14 1E 0 0 103 61 55
Octal 313 263 376 24 36 0 0 403 141 125
Binary 11001011 10110011 11111110 10100 11110 0 0 100000011 1100001 1010101

Color Harmonies of #CBB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3FE

Black with #CBB3FE

Text Example


Text Example

White with #CBB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3FE; }

 p { color: rgb(203,179,254); }

 H1.HeaderClassName
 {
   color: #CBB3FE;
 }
 .AnyTagClassName
 {
   color: #CBB3FE;
 }
</style>

background-color css

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

 a { background-color: rgb(203,179,254); }

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

border-color css

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

 span { border-color: rgb(203,179,254); }

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