Html Css Color HEX #E6BDFB Mauve

📋 copy color: '#E6BDFB'

red 230 ◦ green 189 ◦ blue 251

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

Shades of Mauve #E6BDFB

Tints of Mauve #E6BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.21%

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 34.33%
G = 28.21%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BDFB (or 0xE6BDFB) is known color: Mauve. HEX triplet: E6, BD and FB. RGB value is (230,189,251). Sum of RGB (Red+Green+Blue) = 230+189+251=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFB is #194204. Grayscale: #D0D0D0. Windows color (decimal): -1655301 or 16498150. OLE color: 16498150.

HSL color Cylindrical-coordinate representation of color #E6BDFB: hue angle of 279.68º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BDFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 189 251 -
CMYK 0.08 0.25 0 0.02
HSL 279.68º 0.89% 0.86% -
HSV(B) 279.68º 0.25% 0.98% -
XYZ 68.24 60.18 99.29 -
YUV 208.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 230 189 251 0.08 0.25 0 0.02 279.68 0.89 0.86
Hex E6 BD FB 8 19 0 2 118 59 56
Octal 346 275 373 10 31 0 2 430 131 126
Binary 11100110 10111101 11111011 1000 11001 0 10 100011000 1011001 1010110

Color Harmonies of #E6BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDFB

Black with #E6BDFB

Text Example


Text Example

White with #E6BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDFB; }

 p { color: rgb(230,189,251); }

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

background-color css

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

 a { background-color: rgb(230,189,251); }

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

border-color css

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

 span { border-color: rgb(230,189,251); }

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