Html Css Color HEX #CBAAFF Mauve

📋 copy color: '#CBAAFF'

red 203 ◦ green 170 ◦ blue 255

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

Shades of Mauve #CBAAFF

Tints of Mauve #CBAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

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

R = 32.32%
G = 27.07%
B = 40.61%

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

#CBAAFF (or 0xCBAAFF) is known color: Mauve. HEX triplet: CB, AA and FF. RGB value is (203,170,255). Sum of RGB (Red+Green+Blue) = 203+170+255=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFF is #345500. Grayscale: #BDBDBD. Windows color (decimal): -3429633 or 16755403. OLE color: 16755403.

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

Color convert

RGB 203 170 255 -
CMYK 0.20 0.33 0 0
HSL 263.29º 1% 0.83% -
HSV(B) 263.29º 0.33% 1% -
XYZ 57.05 48.67 100.99 -
YUV 189.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 203 170 255 0.20 0.33 0 0 263.29 1 0.83
Hex CB AA FF 14 21 0 0 107 64 53
Octal 313 252 377 24 41 0 0 407 144 123
Binary 11001011 10101010 11111111 10100 100001 0 0 100000111 1100100 1010011

Color Harmonies of #CBAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAFF

Black with #CBAAFF

Text Example


Text Example

White with #CBAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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