Html Css Color HEX #EFAAFD Mauve

📋 copy color: '#EFAAFD'

red 239 ◦ green 170 ◦ blue 253

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

Shades of Mauve #EFAAFD

Tints of Mauve #EFAAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.68%

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

R = 36.1%
G = 25.68%
B = 38.22%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFAAFD (or 0xEFAAFD) is known color: Mauve. HEX triplet: EF, AA and FD. RGB value is (239,170,253). Sum of RGB (Red+Green+Blue) = 239+170+253=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFD is #105502. Grayscale: #C7C7C7. Windows color (decimal): -1070339 or 16624367. OLE color: 16624367.

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

Color convert

RGB 239 170 253 -
CMYK 0.06 0.33 0 0.01
HSL 289.88º 0.95% 0.83% -
HSV(B) 289.88º 0.33% 0.99% -
XYZ 67.7 54.19 99.82 -
YUV 200.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 239 170 253 0.06 0.33 0 0.01 289.88 0.95 0.83
Hex EF AA FD 6 21 0 1 122 5F 53
Octal 357 252 375 6 41 0 1 442 137 123
Binary 11101111 10101010 11111101 110 100001 0 1 100100010 1011111 1010011

Color Harmonies of #EFAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAFD

Black with #EFAAFD

Text Example


Text Example

White with #EFAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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