Html Css Color HEX #EEBDFD Mauve

📋 copy color: '#EEBDFD'

red 238 ◦ green 189 ◦ blue 253

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

Shades of Mauve #EEBDFD

Tints of Mauve #EEBDFD

RGB

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

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

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

R = 35%
G = 27.79%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEBDFD (or 0xEEBDFD) is known color: Mauve. HEX triplet: EE, BD and FD. RGB value is (238,189,253). Sum of RGB (Red+Green+Blue) = 238+189+253=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFD is #114202. Grayscale: #D2D2D2. Windows color (decimal): -1131011 or 16629230. OLE color: 16629230.

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

Color convert

RGB 238 189 253 -
CMYK 0.06 0.25 0 0.01
HSL 285.94º 0.94% 0.87% -
HSV(B) 285.94º 0.25% 0.99% -
XYZ 71.19 61.66 101.08 -
YUV 210.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 238 189 253 0.06 0.25 0 0.01 285.94 0.94 0.87
Hex EE BD FD 6 19 0 1 11E 5E 57
Octal 356 275 375 6 31 0 1 436 136 127
Binary 11101110 10111101 11111101 110 11001 0 1 100011110 1011110 1010111

Color Harmonies of #EEBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDFD

Black with #EEBDFD

Text Example


Text Example

White with #EEBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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