Html Css Color HEX #EBBDFF Mauve

📋 copy color: '#EBBDFF'

red 235 ◦ green 189 ◦ blue 255

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

Shades of Mauve #EBBDFF

Tints of Mauve #EBBDFF

RGB

 RED value IS 235 (92.19% from 255) = 34.61%

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 34.61%
G = 27.84%
B = 37.56%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBBDFF (or 0xEBBDFF) is known color: Mauve. HEX triplet: EB, BD and FF. RGB value is (235,189,255). Sum of RGB (Red+Green+Blue) = 235+189+255=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDFF is #144200. Grayscale: #D2D2D2. Windows color (decimal): -1327617 or 16760299. OLE color: 16760299.

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

Color convert

RGB 235 189 255 -
CMYK 0.08 0.26 0 0
HSL 281.82º 1% 0.87% -
HSV(B) 281.82º 0.26% 1% -
XYZ 70.51 61.28 102.72 -
YUV 210.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 235 189 255 0.08 0.26 0 0 281.82 1 0.87
Hex EB BD FF 8 1A 0 0 11A 64 57
Octal 353 275 377 10 32 0 0 432 144 127
Binary 11101011 10111101 11111111 1000 11010 0 0 100011010 1100100 1010111

Color Harmonies of #EBBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDFF

Black with #EBBDFF

Text Example


Text Example

White with #EBBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDFF; }

 p { color: rgb(235,189,255); }

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

background-color css

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

 a { background-color: rgb(235,189,255); }

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

border-color css

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

 span { border-color: rgb(235,189,255); }

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