Html Css Color HEX #CAB2FF Mauve

📋 copy color: '#CAB2FF'

red 202 ◦ green 178 ◦ blue 255

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

Shades of Mauve #CAB2FF

Tints of Mauve #CAB2FF

RGB

 RED value IS 202 (79.3% from 255) = 31.81%

 GREEN value IS 178 (69.92% from 255) = 28.03%

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

R = 31.81%
G = 28.03%
B = 40.16%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAB2FF (or 0xCAB2FF) is known color: Mauve. HEX triplet: CA, B2 and FF. RGB value is (202,178,255). Sum of RGB (Red+Green+Blue) = 202+178+255=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2FF is #354D00. Grayscale: #C1C1C1. Windows color (decimal): -3493121 or 16757450. OLE color: 16757450.

HSL color Cylindrical-coordinate representation of color #CAB2FF: hue angle of 258.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB2FF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 178 255 -
CMYK 0.21 0.30 0 0
HSL 258.7º 1% 0.85% -
HSV(B) 258.7º 0.3% 1% -
XYZ 58.33 51.62 101.5 -
YUV 193.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 202 178 255 0.21 0.30 0 0 258.7 1 0.85
Hex CA B2 FF 15 1E 0 0 103 64 55
Octal 312 262 377 25 36 0 0 403 144 125
Binary 11001010 10110010 11111111 10101 11110 0 0 100000011 1100100 1010101

Color Harmonies of #CAB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2FF

Black with #CAB2FF

Text Example


Text Example

White with #CAB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2FF; }

 p { color: rgb(202,178,255); }

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

background-color css

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

 a { background-color: rgb(202,178,255); }

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

border-color css

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

 span { border-color: rgb(202,178,255); }

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