Html Css Color HEX #EFAFFF Mauve

📋 copy color: '#EFAFFF'

red 239 ◦ green 175 ◦ blue 255

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

Shades of Mauve #EFAFFF

Tints of Mauve #EFAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.16%

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

R = 35.72%
G = 26.16%
B = 38.12%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFAFFF (or 0xEFAFFF) is known color: Mauve. HEX triplet: EF, AF and FF. RGB value is (239,175,255). Sum of RGB (Red+Green+Blue) = 239+175+255=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFFF is #105000. Grayscale: #CBCBCB. Windows color (decimal): -1069057 or 16756719. OLE color: 16756719.

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

Color convert

RGB 239 175 255 -
CMYK 0.06 0.31 0 0
HSL 288º 1% 0.84% -
HSV(B) 288º 0.31% 1% -
XYZ 68.98 56.23 101.83 -
YUV 203.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 239 175 255 0.06 0.31 0 0 288 1 0.84
Hex EF AF FF 6 1F 0 0 120 64 54
Octal 357 257 377 6 37 0 0 440 144 124
Binary 11101111 10101111 11111111 110 11111 0 0 100100000 1100100 1010100

Color Harmonies of #EFAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFFF

Black with #EFAFFF

Text Example


Text Example

White with #EFAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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