Html Css Color HEX #CBABFA Mauve

📋 copy color: '#CBABFA'

red 203 ◦ green 171 ◦ blue 250

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

Shades of Mauve #CBABFA

Tints of Mauve #CBABFA

RGB

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

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

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

R = 32.53%
G = 27.4%
B = 40.06%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBABFA (or 0xCBABFA) is known color: Mauve. HEX triplet: CB, AB and FA. RGB value is (203,171,250). Sum of RGB (Red+Green+Blue) = 203+171+250=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFA is #345405. Grayscale: #BDBDBD. Windows color (decimal): -3429382 or 16427979. OLE color: 16427979.

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

Color convert

RGB 203 171 250 -
CMYK 0.19 0.32 0 0.02
HSL 264.3º 0.89% 0.83% -
HSV(B) 264.3º 0.32% 0.98% -
XYZ 56.45 48.72 96.87 -
YUV 189.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 203 171 250 0.19 0.32 0 0.02 264.3 0.89 0.83
Hex CB AB FA 13 20 0 2 108 59 53
Octal 313 253 372 23 40 0 2 410 131 123
Binary 11001011 10101011 11111010 10011 100000 0 10 100001000 1011001 1010011

Color Harmonies of #CBABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABFA

Black with #CBABFA

Text Example


Text Example

White with #CBABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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