Html Css Color HEX #CBB1FA Mauve

📋 copy color: '#CBB1FA'

red 203 ◦ green 177 ◦ blue 250

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

Shades of Mauve #CBB1FA

Tints of Mauve #CBB1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 32.22%
G = 28.1%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBB1FA (or 0xCBB1FA) is known color: Mauve. HEX triplet: CB, B1 and FA. RGB value is (203,177,250). Sum of RGB (Red+Green+Blue) = 203+177+250=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FA is #344E05. Grayscale: #C0C0C0. Windows color (decimal): -3427846 or 16429515. OLE color: 16429515.

HSL color Cylindrical-coordinate representation of color #CBB1FA: hue angle of 261.37º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB1FA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 177 250 -
CMYK 0.19 0.29 0 0.02
HSL 261.37º 0.88% 0.84% -
HSV(B) 261.37º 0.29% 0.98% -
XYZ 57.61 51.04 97.26 -
YUV 193.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 203 177 250 0.19 0.29 0 0.02 261.37 0.88 0.84
Hex CB B1 FA 13 1D 0 2 105 58 54
Octal 313 261 372 23 35 0 2 405 130 124
Binary 11001011 10110001 11111010 10011 11101 0 10 100000101 1011000 1010100

Color Harmonies of #CBB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1FA

Black with #CBB1FA

Text Example


Text Example

White with #CBB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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