Html Css Color HEX #EFBEFF Mauve

📋 copy color: '#EFBEFF'

red 239 ◦ green 190 ◦ blue 255

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

Shades of Mauve #EFBEFF

Tints of Mauve #EFBEFF

RGB

 RED value IS 239 (93.75% from 255) = 34.94%

 GREEN value IS 190 (74.61% from 255) = 27.78%

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

R = 34.94%
G = 27.78%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFBEFF (or 0xEFBEFF) is known color: Mauve. HEX triplet: EF, BE and FF. RGB value is (239,190,255). Sum of RGB (Red+Green+Blue) = 239+190+255=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFF is #104100. Grayscale: #D3D3D3. Windows color (decimal): -1065217 or 16760559. OLE color: 16760559.

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

Color convert

RGB 239 190 255 -
CMYK 0.06 0.25 0 0
HSL 285.23º 1% 0.87% -
HSV(B) 285.23º 0.25% 1% -
XYZ 72.06 62.4 102.85 -
YUV 212.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 239 190 255 0.06 0.25 0 0 285.23 1 0.87
Hex EF BE FF 6 19 0 0 11D 64 57
Octal 357 276 377 6 31 0 0 435 144 127
Binary 11101111 10111110 11111111 110 11001 0 0 100011101 1100100 1010111

Color Harmonies of #EFBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEFF

Black with #EFBEFF

Text Example


Text Example

White with #EFBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEFF; }

 p { color: rgb(239,190,255); }

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

background-color css

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

 a { background-color: rgb(239,190,255); }

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

border-color css

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

 span { border-color: rgb(239,190,255); }

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