Html Css Color HEX #ECACED Plum

📋 copy color: '#ECACED'

red 236 ◦ green 172 ◦ blue 237

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

Shades of Plum #ECACED

Tints of Plum #ECACED

RGB

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

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

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

R = 36.59%
G = 26.67%
B = 36.74%

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

#ECACED (or 0xECACED) is known color: Plum. HEX triplet: EC, AC and ED. RGB value is (236,172,237). Sum of RGB (Red+Green+Blue) = 236+172+237=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACED is #135312. Grayscale: #C6C6C6. Windows color (decimal): -1266451 or 15576300. OLE color: 15576300.

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

Color convert

RGB 236 172 237 -
CMYK 0.00 0.27 0 0.07
HSL 299.08º 0.64% 0.8% -
HSV(B) 299.08º 0.27% 0.93% -
XYZ 64.63 53.45 87.03 -
YUV 198.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 236 172 237 0.00 0.27 0 0.07 299.08 0.64 0.8
Hex EC AC ED 0 1B 0 7 12B 40 50
Octal 354 254 355 0 33 0 7 453 100 120
Binary 11101100 10101100 11101101 0 11011 0 111 100101011 1000000 1010000

Color Harmonies of #ECACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACED

Black with #ECACED

Text Example


Text Example

White with #ECACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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