Html Css Color HEX #EFAFF5 Mauve

📋 copy color: '#EFAFF5'

red 239 ◦ green 175 ◦ blue 245

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

Shades of Mauve #EFAFF5

Tints of Mauve #EFAFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.18%

R = 36.27%
G = 26.56%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFAFF5 (or 0xEFAFF5) is known color: Mauve. HEX triplet: EF, AF and F5. RGB value is (239,175,245). Sum of RGB (Red+Green+Blue) = 239+175+245=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF5 is #10500A. Grayscale: #C9C9C9. Windows color (decimal): -1069067 or 16101359. OLE color: 16101359.

HSL color Cylindrical-coordinate representation of color #EFAFF5: hue angle of 294.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAFF5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 175 245 -
CMYK 0.02 0.29 0 0.04
HSL 294.86º 0.78% 0.82% -
HSV(B) 294.86º 0.29% 0.96% -
XYZ 67.41 55.6 93.57 -
YUV 202.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 239 175 245 0.02 0.29 0 0.04 294.86 0.78 0.82
Hex EF AF F5 2 1D 0 4 127 4E 52
Octal 357 257 365 2 35 0 4 447 116 122
Binary 11101111 10101111 11110101 10 11101 0 100 100100111 1001110 1010010

Color Harmonies of #EFAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFF5

Black with #EFAFF5

Text Example


Text Example

White with #EFAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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