Html Css Color HEX #EFADFD Mauve

📋 copy color: '#EFADFD'

red 239 ◦ green 173 ◦ blue 253

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

Shades of Mauve #EFADFD

Tints of Mauve #EFADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.02%

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

R = 35.94%
G = 26.02%
B = 38.05%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFADFD (or 0xEFADFD) is known color: Mauve. HEX triplet: EF, AD and FD. RGB value is (239,173,253). Sum of RGB (Red+Green+Blue) = 239+173+253=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFD is #105202. Grayscale: #C9C9C9. Windows color (decimal): -1069571 or 16625135. OLE color: 16625135.

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

Color convert

RGB 239 173 253 -
CMYK 0.06 0.32 0 0.01
HSL 289.5º 0.95% 0.84% -
HSV(B) 289.5º 0.32% 0.99% -
XYZ 68.27 55.33 100.01 -
YUV 201.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 239 173 253 0.06 0.32 0 0.01 289.5 0.95 0.84
Hex EF AD FD 6 20 0 1 122 5F 54
Octal 357 255 375 6 40 0 1 442 137 124
Binary 11101111 10101101 11111101 110 100000 0 1 100100010 1011111 1010100

Color Harmonies of #EFADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADFD

Black with #EFADFD

Text Example


Text Example

White with #EFADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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