Html Css Color HEX #EFC0FD Mauve

📋 copy color: '#EFC0FD'

red 239 ◦ green 192 ◦ blue 253

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

Shades of Mauve #EFC0FD

Tints of Mauve #EFC0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.07%

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

R = 34.94%
G = 28.07%
B = 36.99%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFC0FD (or 0xEFC0FD) is known color: Mauve. HEX triplet: EF, C0 and FD. RGB value is (239,192,253). Sum of RGB (Red+Green+Blue) = 239+192+253=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FD is #103F02. Grayscale: #D4D4D4. Windows color (decimal): -1064707 or 16629999. OLE color: 16629999.

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

Color convert

RGB 239 192 253 -
CMYK 0.06 0.24 0 0.01
HSL 286.23º 0.94% 0.87% -
HSV(B) 286.23º 0.24% 0.99% -
XYZ 72.18 63.14 101.31 -
YUV 213.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 239 192 253 0.06 0.24 0 0.01 286.23 0.94 0.87
Hex EF C0 FD 6 18 0 1 11E 5E 57
Octal 357 300 375 6 30 0 1 436 136 127
Binary 11101111 11000000 11111101 110 11000 0 1 100011110 1011110 1010111

Color Harmonies of #EFC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0FD

Black with #EFC0FD

Text Example


Text Example

White with #EFC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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