Html Css Color HEX #EEBDFE Mauve

📋 copy color: '#EEBDFE'

red 238 ◦ green 189 ◦ blue 254

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

Shades of Mauve #EEBDFE

Tints of Mauve #EEBDFE

RGB

 RED value IS 238 (93.36% from 255) = 34.95%

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

 BLUE value IS 254 (99.61% from 255) = 37.3%

R = 34.95%
G = 27.75%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEBDFE (or 0xEEBDFE) is known color: Mauve. HEX triplet: EE, BD and FE. RGB value is (238,189,254). Sum of RGB (Red+Green+Blue) = 238+189+254=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFE is #114201. Grayscale: #D2D2D2. Windows color (decimal): -1131010 or 16694766. OLE color: 16694766.

HSL color Cylindrical-coordinate representation of color #EEBDFE: hue angle of 285.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBDFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 189 254 -
CMYK 0.06 0.26 0 0.00
HSL 285.23º 0.97% 0.87% -
HSV(B) 285.23º 0.26% 1% -
XYZ 71.35 61.73 101.92 -
YUV 211.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 238 189 254 0.06 0.26 0 0.00 285.23 0.97 0.87
Hex EE BD FE 6 1A 0 0 11D 61 57
Octal 356 275 376 6 32 0 0 435 141 127
Binary 11101110 10111101 11111110 110 11010 0 0 100011101 1100001 1010111

Color Harmonies of #EEBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDFE

Black with #EEBDFE

Text Example


Text Example

White with #EEBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDFE; }

 p { color: rgb(238,189,254); }

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

background-color css

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

 a { background-color: rgb(238,189,254); }

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

border-color css

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

 span { border-color: rgb(238,189,254); }

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