Html Css Color HEX #CBAAFD Mauve

📋 copy color: '#CBAAFD'

red 203 ◦ green 170 ◦ blue 253

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

Shades of Mauve #CBAAFD

Tints of Mauve #CBAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 32.43%
G = 27.16%
B = 40.42%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBAAFD (or 0xCBAAFD) is known color: Mauve. HEX triplet: CB, AA and FD. RGB value is (203,170,253). Sum of RGB (Red+Green+Blue) = 203+170+253=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFD is #345502. Grayscale: #BDBDBD. Windows color (decimal): -3429635 or 16624331. OLE color: 16624331.

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

Color convert

RGB 203 170 253 -
CMYK 0.20 0.33 0 0.01
HSL 263.86º 0.95% 0.83% -
HSV(B) 263.86º 0.33% 0.99% -
XYZ 56.73 48.54 99.31 -
YUV 189.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 203 170 253 0.20 0.33 0 0.01 263.86 0.95 0.83
Hex CB AA FD 14 21 0 1 108 5F 53
Octal 313 252 375 24 41 0 1 410 137 123
Binary 11001011 10101010 11111101 10100 100001 0 1 100001000 1011111 1010011

Color Harmonies of #CBAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAFD

Black with #CBAAFD

Text Example


Text Example

White with #CBAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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