Html Css Color HEX #EFC0FF Mauve

📋 copy color: '#EFC0FF'

red 239 ◦ green 192 ◦ blue 255

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

Shades of Mauve #EFC0FF

Tints of Mauve #EFC0FF

RGB

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

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

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

R = 34.84%
G = 27.99%
B = 37.17%

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

#EFC0FF (or 0xEFC0FF) is known color: Mauve. HEX triplet: EF, C0 and FF. RGB value is (239,192,255). Sum of RGB (Red+Green+Blue) = 239+192+255=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FF is #103F00. Grayscale: #D5D5D5. Windows color (decimal): -1064705 or 16761071. OLE color: 16761071.

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

Color convert

RGB 239 192 255 -
CMYK 0.06 0.25 0 0
HSL 284.76º 1% 0.88% -
HSV(B) 284.76º 0.25% 1% -
XYZ 72.5 63.27 103 -
YUV 213.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 239 192 255 0.06 0.25 0 0 284.76 1 0.88
Hex EF C0 FF 6 19 0 0 11D 64 58
Octal 357 300 377 6 31 0 0 435 144 130
Binary 11101111 11000000 11111111 110 11001 0 0 100011101 1100100 1011000

Color Harmonies of #EFC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0FF

Black with #EFC0FF

Text Example


Text Example

White with #EFC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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