Html Css Color HEX #EDADEE Plum

📋 copy color: '#EDADEE'

red 237 ◦ green 173 ◦ blue 238

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

Shades of Plum #EDADEE

Tints of Plum #EDADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.73%

R = 36.57%
G = 26.7%
B = 36.73%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDADEE (or 0xEDADEE) is known color: Plum. HEX triplet: ED, AD and EE. RGB value is (237,173,238). Sum of RGB (Red+Green+Blue) = 237+173+238=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADEE is #125211. Grayscale: #C7C7C7. Windows color (decimal): -1200658 or 15642093. OLE color: 15642093.

HSL color Cylindrical-coordinate representation of color #EDADEE: hue angle of 299.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADEE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 238 -
CMYK 0.00 0.27 0 0.07
HSL 299.08º 0.66% 0.81% -
HSV(B) 299.08º 0.27% 0.93% -
XYZ 65.3 54.06 87.88 -
YUV 199.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 237 173 238 0.00 0.27 0 0.07 299.08 0.66 0.81
Hex ED AD EE 0 1B 0 7 12B 42 51
Octal 355 255 356 0 33 0 7 453 102 121
Binary 11101101 10101101 11101110 0 11011 0 111 100101011 1000010 1010001

Color Harmonies of #EDADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADEE

Black with #EDADEE

Text Example


Text Example

White with #EDADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADEE; }

 p { color: rgb(237,173,238); }

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

background-color css

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

 a { background-color: rgb(237,173,238); }

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

border-color css

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

 span { border-color: rgb(237,173,238); }

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