Html Css Color HEX #E6BBFD Mauve

📋 copy color: '#E6BBFD'

red 230 ◦ green 187 ◦ blue 253

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

Shades of Mauve #E6BBFD

Tints of Mauve #E6BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.91%

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

R = 34.33%
G = 27.91%
B = 37.76%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6BBFD (or 0xE6BBFD) is known color: Mauve. HEX triplet: E6, BB and FD. RGB value is (230,187,253). Sum of RGB (Red+Green+Blue) = 230+187+253=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBFD is #194402. Grayscale: #CFCFCF. Windows color (decimal): -1655811 or 16628710. OLE color: 16628710.

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

Color convert

RGB 230 187 253 -
CMYK 0.09 0.26 0 0.01
HSL 279.09º 0.94% 0.86% -
HSV(B) 279.09º 0.26% 0.99% -
XYZ 68.13 59.46 100.81 -
YUV 207.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 230 187 253 0.09 0.26 0 0.01 279.09 0.94 0.86
Hex E6 BB FD 9 1A 0 1 117 5E 56
Octal 346 273 375 11 32 0 1 427 136 126
Binary 11100110 10111011 11111101 1001 11010 0 1 100010111 1011110 1010110

Color Harmonies of #E6BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBFD

Black with #E6BBFD

Text Example


Text Example

White with #E6BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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