Html Css Color HEX #EDACF0 Plum

📋 copy color: '#EDACF0'

red 237 ◦ green 172 ◦ blue 240

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

Shades of Plum #EDACF0

Tints of Plum #EDACF0

RGB

 RED value IS 237 (92.97% from 255) = 36.52%

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

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

R = 36.52%
G = 26.5%
B = 36.98%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDACF0 (or 0xEDACF0) is known color: Plum. HEX triplet: ED, AC and F0. RGB value is (237,172,240). Sum of RGB (Red+Green+Blue) = 237+172+240=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF0 is #12530F. Grayscale: #C6C6C6. Windows color (decimal): -1200912 or 15772909. OLE color: 15772909.

HSL color Cylindrical-coordinate representation of color #EDACF0: hue angle of 297.35º 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 #EDACF0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 172 240 -
CMYK 0.01 0.28 0 0.06
HSL 297.35º 0.69% 0.81% -
HSV(B) 297.35º 0.28% 0.94% -
XYZ 65.41 53.8 89.38 -
YUV 199.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 237 172 240 0.01 0.28 0 0.06 297.35 0.69 0.81
Hex ED AC F0 1 1C 0 6 129 45 51
Octal 355 254 360 1 34 0 6 451 105 121
Binary 11101101 10101100 11110000 1 11100 0 110 100101001 1000101 1010001

Color Harmonies of #EDACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACF0

Black with #EDACF0

Text Example


Text Example

White with #EDACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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