Html Css Color HEX #ECAEED Plum

📋 copy color: '#ECAEED'

red 236 ◦ green 174 ◦ blue 237

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

Shades of Plum #ECAEED

Tints of Plum #ECAEED

RGB

 RED value IS 236 (92.58% from 255) = 36.48%

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

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 36.48%
G = 26.89%
B = 36.63%

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

#ECAEED (or 0xECAEED) is known color: Plum. HEX triplet: EC, AE and ED. RGB value is (236,174,237). Sum of RGB (Red+Green+Blue) = 236+174+237=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEED is #135112. Grayscale: #C7C7C7. Windows color (decimal): -1265939 or 15576812. OLE color: 15576812.

HSL color Cylindrical-coordinate representation of color #ECAEED: hue angle of 299.05º degrees, saturation: 0.64, 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 #ECAEED is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 237 -
CMYK 0.00 0.27 0 0.07
HSL 299.05º 0.64% 0.81% -
HSV(B) 299.05º 0.27% 0.93% -
XYZ 65.01 54.22 87.16 -
YUV 199.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 236 174 237 0.00 0.27 0 0.07 299.05 0.64 0.81
Hex EC AE ED 0 1B 0 7 12B 40 51
Octal 354 256 355 0 33 0 7 453 100 121
Binary 11101100 10101110 11101101 0 11011 0 111 100101011 1000000 1010001

Color Harmonies of #ECAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAEED

Black with #ECAEED

Text Example


Text Example

White with #ECAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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