Html Css Color HEX #CBABFF Mauve

📋 copy color: '#CBABFF'

red 203 ◦ green 171 ◦ blue 255

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

Shades of Mauve #CBABFF

Tints of Mauve #CBABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 32.27%
G = 27.19%
B = 40.54%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBABFF (or 0xCBABFF) is known color: Mauve. HEX triplet: CB, AB and FF. RGB value is (203,171,255). Sum of RGB (Red+Green+Blue) = 203+171+255=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFF is #345400. Grayscale: #BDBDBD. Windows color (decimal): -3429377 or 16755659. OLE color: 16755659.

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

Color convert

RGB 203 171 255 -
CMYK 0.20 0.33 0 0
HSL 262.86º 1% 0.84% -
HSV(B) 262.86º 0.33% 1% -
XYZ 57.24 49.04 101.06 -
YUV 190.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 203 171 255 0.20 0.33 0 0 262.86 1 0.84
Hex CB AB FF 14 21 0 0 107 64 54
Octal 313 253 377 24 41 0 0 407 144 124
Binary 11001011 10101011 11111111 10100 100001 0 0 100000111 1100100 1010100

Color Harmonies of #CBABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABFF

Black with #CBABFF

Text Example


Text Example

White with #CBABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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