Html Css Color HEX #EFB2FD Mauve

📋 copy color: '#EFB2FD'

red 239 ◦ green 178 ◦ blue 253

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

Shades of Mauve #EFB2FD

Tints of Mauve #EFB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.57%

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

R = 35.67%
G = 26.57%
B = 37.76%

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

#EFB2FD (or 0xEFB2FD) is known color: Mauve. HEX triplet: EF, B2 and FD. RGB value is (239,178,253). Sum of RGB (Red+Green+Blue) = 239+178+253=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FD is #104D02. Grayscale: #CCCCCC. Windows color (decimal): -1068291 or 16626415. OLE color: 16626415.

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

Color convert

RGB 239 178 253 -
CMYK 0.06 0.30 0 0.01
HSL 288.8º 0.95% 0.85% -
HSV(B) 288.8º 0.3% 0.99% -
XYZ 69.25 57.28 100.34 -
YUV 204.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 239 178 253 0.06 0.30 0 0.01 288.8 0.95 0.85
Hex EF B2 FD 6 1E 0 1 121 5F 55
Octal 357 262 375 6 36 0 1 441 137 125
Binary 11101111 10110010 11111101 110 11110 0 1 100100001 1011111 1010101

Color Harmonies of #EFB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2FD

Black with #EFB2FD

Text Example


Text Example

White with #EFB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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