Html Css Color HEX #E5CAFE Mauve

📋 copy color: '#E5CAFE'

red 229 ◦ green 202 ◦ blue 254

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

Shades of Mauve #E5CAFE

Tints of Mauve #E5CAFE

RGB

 RED value IS 229 (89.84% from 255) = 33.43%

 GREEN value IS 202 (79.3% from 255) = 29.49%

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

R = 33.43%
G = 29.49%
B = 37.08%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5CAFE (or 0xE5CAFE) is known color: Mauve. HEX triplet: E5, CA and FE. RGB value is (229,202,254). Sum of RGB (Red+Green+Blue) = 229+202+254=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFE is #1A3501. Grayscale: #D7D7D7. Windows color (decimal): -1717506 or 16698085. OLE color: 16698085.

HSL color Cylindrical-coordinate representation of color #E5CAFE: hue angle of 271.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CAFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 202 254 -
CMYK 0.10 0.20 0 0.00
HSL 271.15º 0.96% 0.89% -
HSV(B) 271.15º 0.2% 1% -
XYZ 71.32 66.05 102.76 -
YUV 216 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 229 202 254 0.10 0.20 0 0.00 271.15 0.96 0.89
Hex E5 CA FE A 14 0 0 10F 60 59
Octal 345 312 376 12 24 0 0 417 140 131
Binary 11100101 11001010 11111110 1010 10100 0 0 100001111 1100000 1011001

Color Harmonies of #E5CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAFE

Black with #E5CAFE

Text Example


Text Example

White with #E5CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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