Html Css Color HEX #E6CAFF Mauve

📋 copy color: '#E6CAFF'

red 230 ◦ green 202 ◦ blue 255

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

Shades of Mauve #E6CAFF

Tints of Mauve #E6CAFF

RGB

 RED value IS 230 (90.23% from 255) = 33.48%

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

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

R = 33.48%
G = 29.4%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6CAFF (or 0xE6CAFF) is known color: Mauve. HEX triplet: E6, CA and FF. RGB value is (230,202,255). Sum of RGB (Red+Green+Blue) = 230+202+255=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFF is #193500. Grayscale: #D8D8D8. Windows color (decimal): -1651969 or 16763622. OLE color: 16763622.

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

Color convert

RGB 230 202 255 -
CMYK 0.10 0.21 0 0
HSL 271.7º 1% 0.9% -
HSV(B) 271.7º 0.21% 1% -
XYZ 71.8 66.28 103.62 -
YUV 216.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 230 202 255 0.10 0.21 0 0 271.7 1 0.9
Hex E6 CA FF A 15 0 0 110 64 5A
Octal 346 312 377 12 25 0 0 420 144 132
Binary 11100110 11001010 11111111 1010 10101 0 0 100010000 1100100 1011010

Color Harmonies of #E6CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAFF

Black with #E6CAFF

Text Example


Text Example

White with #E6CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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