Html Css Color HEX #CBB1FE Mauve

📋 copy color: '#CBB1FE'

red 203 ◦ green 177 ◦ blue 254

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

Shades of Mauve #CBB1FE

Tints of Mauve #CBB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

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

R = 32.02%
G = 27.92%
B = 40.06%

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

#CBB1FE (or 0xCBB1FE) is known color: Mauve. HEX triplet: CB, B1 and FE. RGB value is (203,177,254). Sum of RGB (Red+Green+Blue) = 203+177+254=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FE is #344E01. Grayscale: #C1C1C1. Windows color (decimal): -3427842 or 16691659. OLE color: 16691659.

HSL color Cylindrical-coordinate representation of color #CBB1FE: hue angle of 260.26º 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 #CBB1FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 177 254 -
CMYK 0.20 0.30 0 0.00
HSL 260.26º 0.97% 0.85% -
HSV(B) 260.26º 0.3% 1% -
XYZ 58.24 51.3 100.6 -
YUV 193.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 203 177 254 0.20 0.30 0 0.00 260.26 0.97 0.85
Hex CB B1 FE 14 1E 0 0 104 61 55
Octal 313 261 376 24 36 0 0 404 141 125
Binary 11001011 10110001 11111110 10100 11110 0 0 100000100 1100001 1010101

Color Harmonies of #CBB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1FE

Black with #CBB1FE

Text Example


Text Example

White with #CBB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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