Html Css Color HEX #CBB2FE Mauve

📋 copy color: '#CBB2FE'

red 203 ◦ green 178 ◦ blue 254

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

Shades of Mauve #CBB2FE

Tints of Mauve #CBB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.03%

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

R = 31.97%
G = 28.03%
B = 40%

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

#CBB2FE (or 0xCBB2FE) is known color: Mauve. HEX triplet: CB, B2 and FE. RGB value is (203,178,254). Sum of RGB (Red+Green+Blue) = 203+178+254=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FE is #344D01. Grayscale: #C1C1C1. Windows color (decimal): -3427586 or 16691915. OLE color: 16691915.

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

Color convert

RGB 203 178 254 -
CMYK 0.20 0.30 0 0.00
HSL 259.74º 0.97% 0.85% -
HSV(B) 259.74º 0.3% 1% -
XYZ 58.44 51.69 100.66 -
YUV 194.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 203 178 254 0.20 0.30 0 0.00 259.74 0.97 0.85
Hex CB B2 FE 14 1E 0 0 104 61 55
Octal 313 262 376 24 36 0 0 404 141 125
Binary 11001011 10110010 11111110 10100 11110 0 0 100000100 1100001 1010101

Color Harmonies of #CBB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2FE

Black with #CBB2FE

Text Example


Text Example

White with #CBB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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