Html Css Color HEX #EFADFC Mauve

📋 copy color: '#EFADFC'

red 239 ◦ green 173 ◦ blue 252

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

Shades of Mauve #EFADFC

Tints of Mauve #EFADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 35.99%
G = 26.05%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFADFC (or 0xEFADFC) is known color: Mauve. HEX triplet: EF, AD and FC. RGB value is (239,173,252). Sum of RGB (Red+Green+Blue) = 239+173+252=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFC is #105203. Grayscale: #C9C9C9. Windows color (decimal): -1069572 or 16559599. OLE color: 16559599.

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

Color convert

RGB 239 173 252 -
CMYK 0.05 0.31 0 0.01
HSL 290.13º 0.93% 0.83% -
HSV(B) 290.13º 0.31% 0.99% -
XYZ 68.11 55.27 99.17 -
YUV 201.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 239 173 252 0.05 0.31 0 0.01 290.13 0.93 0.83
Hex EF AD FC 5 1F 0 1 122 5D 53
Octal 357 255 374 5 37 0 1 442 135 123
Binary 11101111 10101101 11111100 101 11111 0 1 100100010 1011101 1010011

Color Harmonies of #EFADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADFC

Black with #EFADFC

Text Example


Text Example

White with #EFADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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