Html Css Color HEX #E6B7F8 Mauve

📋 copy color: '#E6B7F8'

red 230 ◦ green 183 ◦ blue 248

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

Shades of Mauve #E6B7F8

Tints of Mauve #E6B7F8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.69%

 BLUE value IS 248 (97.27% from 255) = 37.52%

R = 34.8%
G = 27.69%
B = 37.52%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E6B7F8 (or 0xE6B7F8) is known color: Mauve. HEX triplet: E6, B7 and F8. RGB value is (230,183,248). Sum of RGB (Red+Green+Blue) = 230+183+248=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6B7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7F8 is #194807. Grayscale: #CCCCCC. Windows color (decimal): -1656840 or 16300006. OLE color: 16300006.

HSL color Cylindrical-coordinate representation of color #E6B7F8: hue angle of 283.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6B7F8 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 183 248 -
CMYK 0.07 0.26 0 0.03
HSL 283.38º 0.82% 0.85% -
HSV(B) 283.38º 0.26% 0.97% -
XYZ 66.51 57.47 96.39 -
YUV 204.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 230 183 248 0.07 0.26 0 0.03 283.38 0.82 0.85
Hex E6 B7 F8 7 1A 0 3 11B 52 55
Octal 346 267 370 7 32 0 3 433 122 125
Binary 11100110 10110111 11111000 111 11010 0 11 100011011 1010010 1010101

Color Harmonies of #E6B7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B7F8

Black with #E6B7F8

Text Example


Text Example

White with #E6B7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B7F8; }

 p { color: rgb(230,183,248); }

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

background-color css

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

 a { background-color: rgb(230,183,248); }

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

border-color css

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

 span { border-color: rgb(230,183,248); }

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