Html Css Color HEX #CBABFE Mauve

📋 copy color: '#CBABFE'

red 203 ◦ green 171 ◦ blue 254

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

Shades of Mauve #CBABFE

Tints of Mauve #CBABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.23%

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

R = 32.32%
G = 27.23%
B = 40.45%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBABFE (or 0xCBABFE) is known color: Mauve. HEX triplet: CB, AB and FE. RGB value is (203,171,254). Sum of RGB (Red+Green+Blue) = 203+171+254=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFE is #345401. Grayscale: #BDBDBD. Windows color (decimal): -3429378 or 16690123. OLE color: 16690123.

HSL color Cylindrical-coordinate representation of color #CBABFE: hue angle of 263.13º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBABFE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 171 254 -
CMYK 0.20 0.33 0 0.00
HSL 263.13º 0.98% 0.83% -
HSV(B) 263.13º 0.33% 1% -
XYZ 57.08 48.98 100.21 -
YUV 190.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 203 171 254 0.20 0.33 0 0.00 263.13 0.98 0.83
Hex CB AB FE 14 21 0 0 107 62 53
Octal 313 253 376 24 41 0 0 407 142 123
Binary 11001011 10101011 11111110 10100 100001 0 0 100000111 1100010 1010011

Color Harmonies of #CBABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABFE

Black with #CBABFE

Text Example


Text Example

White with #CBABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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