Html Css Color HEX #CAACFE Mauve

📋 copy color: '#CAACFE'

red 202 ◦ green 172 ◦ blue 254

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

Shades of Mauve #CAACFE

Tints of Mauve #CAACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.39%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 32.17%
G = 27.39%
B = 40.45%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAACFE (or 0xCAACFE) is known color: Mauve. HEX triplet: CA, AC and FE. RGB value is (202,172,254). Sum of RGB (Red+Green+Blue) = 202+172+254=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFE is #355301. Grayscale: #BEBEBE. Windows color (decimal): -3494658 or 16690378. OLE color: 16690378.

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

Color convert

RGB 202 172 254 -
CMYK 0.20 0.32 0 0.00
HSL 261.95º 0.98% 0.84% -
HSV(B) 261.95º 0.32% 1% -
XYZ 57 49.22 100.26 -
YUV 190.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 202 172 254 0.20 0.32 0 0.00 261.95 0.98 0.84
Hex CA AC FE 14 20 0 0 106 62 54
Octal 312 254 376 24 40 0 0 406 142 124
Binary 11001010 10101100 11111110 10100 100000 0 0 100000110 1100010 1010100

Color Harmonies of #CAACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACFE

Black with #CAACFE

Text Example


Text Example

White with #CAACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACFE; }

 p { color: rgb(202,172,254); }

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

background-color css

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

 a { background-color: rgb(202,172,254); }

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

border-color css

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

 span { border-color: rgb(202,172,254); }

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