Html Css Color HEX #EBBCF2 Mauve

📋 copy color: '#EBBCF2'

red 235 ◦ green 188 ◦ blue 242

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

Shades of Mauve #EBBCF2

Tints of Mauve #EBBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.27%

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 35.34%
G = 28.27%
B = 36.39%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBBCF2 (or 0xEBBCF2) is known color: Mauve. HEX triplet: EB, BC and F2. RGB value is (235,188,242). Sum of RGB (Red+Green+Blue) = 235+188+242=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCF2 is #14430D. Grayscale: #D0D0D0. Windows color (decimal): -1327886 or 15908075. OLE color: 15908075.

HSL color Cylindrical-coordinate representation of color #EBBCF2: hue angle of 292.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBCF2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 188 242 -
CMYK 0.03 0.22 0 0.05
HSL 292.22º 0.68% 0.84% -
HSV(B) 292.22º 0.22% 0.95% -
XYZ 68.27 60.04 91.99 -
YUV 208.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 235 188 242 0.03 0.22 0 0.05 292.22 0.68 0.84
Hex EB BC F2 3 16 0 5 124 44 54
Octal 353 274 362 3 26 0 5 444 104 124
Binary 11101011 10111100 11110010 11 10110 0 101 100100100 1000100 1010100

Color Harmonies of #EBBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCF2

Black with #EBBCF2

Text Example


Text Example

White with #EBBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCF2; }

 p { color: rgb(235,188,242); }

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

background-color css

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

 a { background-color: rgb(235,188,242); }

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

border-color css

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

 span { border-color: rgb(235,188,242); }

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