Html Css Color HEX #EDAEEF Plum

📋 copy color: '#EDAEEF'

red 237 ◦ green 174 ◦ blue 239

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

Shades of Plum #EDAEEF

Tints of Plum #EDAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.77%

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 36.46%
G = 26.77%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDAEEF (or 0xEDAEEF) is known color: Plum. HEX triplet: ED, AE and EF. RGB value is (237,174,239). Sum of RGB (Red+Green+Blue) = 237+174+239=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEEF is #125110. Grayscale: #C8C8C8. Windows color (decimal): -1200401 or 15707885. OLE color: 15707885.

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

Color convert

RGB 237 174 239 -
CMYK 0.01 0.27 0 0.06
HSL 298.15º 0.67% 0.81% -
HSV(B) 298.15º 0.27% 0.94% -
XYZ 65.64 54.51 88.72 -
YUV 200.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 237 174 239 0.01 0.27 0 0.06 298.15 0.67 0.81
Hex ED AE EF 1 1B 0 6 12A 43 51
Octal 355 256 357 1 33 0 6 452 103 121
Binary 11101101 10101110 11101111 1 11011 0 110 100101010 1000011 1010001

Color Harmonies of #EDAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEEF

Black with #EDAEEF

Text Example


Text Example

White with #EDAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEEF; }

 p { color: rgb(237,174,239); }

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

background-color css

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

 a { background-color: rgb(237,174,239); }

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

border-color css

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

 span { border-color: rgb(237,174,239); }

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