Html Css Color HEX #E6C7FD Mauve

📋 copy color: '#E6C7FD'

red 230 ◦ green 199 ◦ blue 253

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

Shades of Mauve #E6C7FD

Tints of Mauve #E6C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.18%

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 33.72%
G = 29.18%
B = 37.1%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6C7FD (or 0xE6C7FD) is known color: Mauve. HEX triplet: E6, C7 and FD. RGB value is (230,199,253). Sum of RGB (Red+Green+Blue) = 230+199+253=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6C7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FD is #193802. Grayscale: #D6D6D6. Windows color (decimal): -1652739 or 16631782. OLE color: 16631782.

HSL color Cylindrical-coordinate representation of color #E6C7FD: hue angle of 274.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C7FD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 199 253 -
CMYK 0.09 0.21 0 0.01
HSL 274.44º 0.93% 0.89% -
HSV(B) 274.44º 0.21% 0.99% -
XYZ 70.79 64.76 101.7 -
YUV 214.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 230 199 253 0.09 0.21 0 0.01 274.44 0.93 0.89
Hex E6 C7 FD 9 15 0 1 112 5D 59
Octal 346 307 375 11 25 0 1 422 135 131
Binary 11100110 11000111 11111101 1001 10101 0 1 100010010 1011101 1011001

Color Harmonies of #E6C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C7FD

Black with #E6C7FD

Text Example


Text Example

White with #E6C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C7FD; }

 p { color: rgb(230,199,253); }

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

background-color css

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

 a { background-color: rgb(230,199,253); }

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

border-color css

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

 span { border-color: rgb(230,199,253); }

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