Html Css Color HEX #CAAFFE Mauve

📋 copy color: '#CAAFFE'

red 202 ◦ green 175 ◦ blue 254

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

Shades of Mauve #CAAFFE

Tints of Mauve #CAAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.73%

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

R = 32.01%
G = 27.73%
B = 40.25%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAAFFE (or 0xCAAFFE) is known color: Mauve. HEX triplet: CA, AF and FE. RGB value is (202,175,254). Sum of RGB (Red+Green+Blue) = 202+175+254=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFFE is #355001. Grayscale: #BFBFBF. Windows color (decimal): -3493890 or 16691146. OLE color: 16691146.

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

Color convert

RGB 202 175 254 -
CMYK 0.20 0.31 0 0.00
HSL 260.51º 0.98% 0.84% -
HSV(B) 260.51º 0.31% 1% -
XYZ 57.58 50.37 100.45 -
YUV 192.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 202 175 254 0.20 0.31 0 0.00 260.51 0.98 0.84
Hex CA AF FE 14 1F 0 0 105 62 54
Octal 312 257 376 24 37 0 0 405 142 124
Binary 11001010 10101111 11111110 10100 11111 0 0 100000101 1100010 1010100

Color Harmonies of #CAAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFFE

Black with #CAAFFE

Text Example


Text Example

White with #CAAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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