Html Css Color HEX #CBABFC Mauve

📋 copy color: '#CBABFC'

red 203 ◦ green 171 ◦ blue 252

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

Shades of Mauve #CBABFC

Tints of Mauve #CBABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 32.43%
G = 27.32%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBABFC (or 0xCBABFC) is known color: Mauve. HEX triplet: CB, AB and FC. RGB value is (203,171,252). Sum of RGB (Red+Green+Blue) = 203+171+252=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFC is #345403. Grayscale: #BDBDBD. Windows color (decimal): -3429380 or 16559051. OLE color: 16559051.

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

Color convert

RGB 203 171 252 -
CMYK 0.19 0.32 0 0.01
HSL 263.7º 0.93% 0.83% -
HSV(B) 263.7º 0.32% 0.99% -
XYZ 56.76 48.85 98.53 -
YUV 189.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 203 171 252 0.19 0.32 0 0.01 263.7 0.93 0.83
Hex CB AB FC 13 20 0 1 108 5D 53
Octal 313 253 374 23 40 0 1 410 135 123
Binary 11001011 10101011 11111100 10011 100000 0 1 100001000 1011101 1010011

Color Harmonies of #CBABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABFC

Black with #CBABFC

Text Example


Text Example

White with #CBABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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