Html Css Color HEX #EFACF0 Plum

📋 copy color: '#EFACF0'

red 239 ◦ green 172 ◦ blue 240

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

Shades of Plum #EFACF0

Tints of Plum #EFACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.42%

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 36.71%
G = 26.42%
B = 36.87%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFACF0 (or 0xEFACF0) is known color: Plum. HEX triplet: EF, AC and F0. RGB value is (239,172,240). Sum of RGB (Red+Green+Blue) = 239+172+240=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF0 is #10530F. Grayscale: #C7C7C7. Windows color (decimal): -1069840 or 15772911. OLE color: 15772911.

HSL color Cylindrical-coordinate representation of color #EFACF0: hue angle of 299.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACF0 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 240 -
CMYK 0.00 0.28 0 0.06
HSL 299.12º 0.69% 0.81% -
HSV(B) 299.12º 0.28% 0.94% -
XYZ 66.08 54.15 89.41 -
YUV 199.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 239 172 240 0.00 0.28 0 0.06 299.12 0.69 0.81
Hex EF AC F0 0 1C 0 6 12B 45 51
Octal 357 254 360 0 34 0 6 453 105 121
Binary 11101111 10101100 11110000 0 11100 0 110 100101011 1000101 1010001

Color Harmonies of #EFACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF0

Black with #EFACF0

Text Example


Text Example

White with #EFACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF0; }

 p { color: rgb(239,172,240); }

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

background-color css

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

 a { background-color: rgb(239,172,240); }

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

border-color css

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

 span { border-color: rgb(239,172,240); }

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