Html Css Color HEX #CBB0FB Mauve

📋 copy color: '#CBB0FB'

red 203 ◦ green 176 ◦ blue 251

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

Shades of Mauve #CBB0FB

Tints of Mauve #CBB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.94%

 BLUE value IS 251 (98.44% from 255) = 39.84%

R = 32.22%
G = 27.94%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBB0FB (or 0xCBB0FB) is known color: Mauve. HEX triplet: CB, B0 and FB. RGB value is (203,176,251). Sum of RGB (Red+Green+Blue) = 203+176+251=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FB is #344F04. Grayscale: #C0C0C0. Windows color (decimal): -3428101 or 16494795. OLE color: 16494795.

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

Color convert

RGB 203 176 251 -
CMYK 0.19 0.30 0 0.02
HSL 261.6º 0.9% 0.84% -
HSV(B) 261.6º 0.3% 0.98% -
XYZ 57.57 50.71 98.02 -
YUV 192.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 203 176 251 0.19 0.30 0 0.02 261.6 0.9 0.84
Hex CB B0 FB 13 1E 0 2 106 5A 54
Octal 313 260 373 23 36 0 2 406 132 124
Binary 11001011 10110000 11111011 10011 11110 0 10 100000110 1011010 1010100

Color Harmonies of #CBB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0FB

Black with #CBB0FB

Text Example


Text Example

White with #CBB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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