Html Css Color HEX #EFADF2 Plum

📋 copy color: '#EFADF2'

red 239 ◦ green 173 ◦ blue 242

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

Shades of Plum #EFADF2

Tints of Plum #EFADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37%

R = 36.54%
G = 26.45%
B = 37%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFADF2 (or 0xEFADF2) is known color: Plum. HEX triplet: EF, AD and F2. RGB value is (239,173,242). Sum of RGB (Red+Green+Blue) = 239+173+242=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF2 is #10520D. Grayscale: #C8C8C8. Windows color (decimal): -1069582 or 15904239. OLE color: 15904239.

HSL color Cylindrical-coordinate representation of color #EFADF2: hue angle of 297.39º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFADF2 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 173 242 -
CMYK 0.01 0.29 0 0.05
HSL 297.39º 0.73% 0.81% -
HSV(B) 297.39º 0.29% 0.95% -
XYZ 66.57 54.65 91.04 -
YUV 200.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 239 173 242 0.01 0.29 0 0.05 297.39 0.73 0.81
Hex EF AD F2 1 1D 0 5 129 49 51
Octal 357 255 362 1 35 0 5 451 111 121
Binary 11101111 10101101 11110010 1 11101 0 101 100101001 1001001 1010001

Color Harmonies of #EFADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADF2

Black with #EFADF2

Text Example


Text Example

White with #EFADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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