Html Css Color HEX #EFB0FD Mauve

📋 copy color: '#EFB0FD'

red 239 ◦ green 176 ◦ blue 253

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

Shades of Mauve #EFB0FD

Tints of Mauve #EFB0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.35%

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

R = 35.78%
G = 26.35%
B = 37.87%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB0FD (or 0xEFB0FD) is known color: Mauve. HEX triplet: EF, B0 and FD. RGB value is (239,176,253). Sum of RGB (Red+Green+Blue) = 239+176+253=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FD is #104F02. Grayscale: #CBCBCB. Windows color (decimal): -1068803 or 16625903. OLE color: 16625903.

HSL color Cylindrical-coordinate representation of color #EFB0FD: hue angle of 289.09º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB0FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 176 253 -
CMYK 0.06 0.30 0 0.01
HSL 289.09º 0.95% 0.84% -
HSV(B) 289.09º 0.3% 0.99% -
XYZ 68.85 56.49 100.2 -
YUV 203.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 239 176 253 0.06 0.30 0 0.01 289.09 0.95 0.84
Hex EF B0 FD 6 1E 0 1 121 5F 54
Octal 357 260 375 6 36 0 1 441 137 124
Binary 11101111 10110000 11111101 110 11110 0 1 100100001 1011111 1010100

Color Harmonies of #EFB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0FD

Black with #EFB0FD

Text Example


Text Example

White with #EFB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0FD; }

 p { color: rgb(239,176,253); }

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

background-color css

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

 a { background-color: rgb(239,176,253); }

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

border-color css

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

 span { border-color: rgb(239,176,253); }

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