Html Css Color HEX #EDACF2 Plum

📋 copy color: '#EDACF2'

red 237 ◦ green 172 ◦ blue 242

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

Shades of Plum #EDACF2

Tints of Plum #EDACF2

RGB

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

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

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

R = 36.41%
G = 26.42%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDACF2 (or 0xEDACF2) is known color: Plum. HEX triplet: ED, AC and F2. RGB value is (237,172,242). Sum of RGB (Red+Green+Blue) = 237+172+242=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF2 is #12530D. Grayscale: #C7C7C7. Windows color (decimal): -1200910 or 15903981. OLE color: 15903981.

HSL color Cylindrical-coordinate representation of color #EDACF2: hue angle of 295.71º 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 #EDACF2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 172 242 -
CMYK 0.02 0.29 0 0.05
HSL 295.71º 0.73% 0.81% -
HSV(B) 295.71º 0.29% 0.95% -
XYZ 65.7 53.92 90.95 -
YUV 199.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 237 172 242 0.02 0.29 0 0.05 295.71 0.73 0.81
Hex ED AC F2 2 1D 0 5 128 49 51
Octal 355 254 362 2 35 0 5 450 111 121
Binary 11101101 10101100 11110010 10 11101 0 101 100101000 1001001 1010001

Color Harmonies of #EDACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACF2

Black with #EDACF2

Text Example


Text Example

White with #EDACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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