Html Css Color HEX #CBAAFB Mauve

📋 copy color: '#CBAAFB'

red 203 ◦ green 170 ◦ blue 251

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

Shades of Mauve #CBAAFB

Tints of Mauve #CBAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 32.53%
G = 27.24%
B = 40.22%

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

#CBAAFB (or 0xCBAAFB) is known color: Mauve. HEX triplet: CB, AA and FB. RGB value is (203,170,251). Sum of RGB (Red+Green+Blue) = 203+170+251=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFB is #345504. Grayscale: #BCBCBC. Windows color (decimal): -3429637 or 16493259. OLE color: 16493259.

HSL color Cylindrical-coordinate representation of color #CBAAFB: hue angle of 264.44º degrees, saturation: 0.91, 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 #CBAAFB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 170 251 -
CMYK 0.19 0.32 0 0.02
HSL 264.44º 0.91% 0.83% -
HSV(B) 264.44º 0.32% 0.98% -
XYZ 56.42 48.41 97.64 -
YUV 189.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 203 170 251 0.19 0.32 0 0.02 264.44 0.91 0.83
Hex CB AA FB 13 20 0 2 108 5B 53
Octal 313 252 373 23 40 0 2 410 133 123
Binary 11001011 10101010 11111011 10011 100000 0 10 100001000 1011011 1010011

Color Harmonies of #CBAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAFB

Black with #CBAAFB

Text Example


Text Example

White with #CBAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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