Html Css Color HEX #ECADF0 Plum

📋 copy color: '#ECADF0'

red 236 ◦ green 173 ◦ blue 240

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

Shades of Plum #ECADF0

Tints of Plum #ECADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 36.36%
G = 26.66%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECADF0 (or 0xECADF0) is known color: Plum. HEX triplet: EC, AD and F0. RGB value is (236,173,240). Sum of RGB (Red+Green+Blue) = 236+173+240=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADF0 is #13520F. Grayscale: #C7C7C7. Windows color (decimal): -1266192 or 15773164. OLE color: 15773164.

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

Color convert

RGB 236 173 240 -
CMYK 0.02 0.28 0 0.06
HSL 296.42º 0.69% 0.81% -
HSV(B) 296.42º 0.28% 0.94% -
XYZ 65.26 54.01 89.42 -
YUV 199.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 236 173 240 0.02 0.28 0 0.06 296.42 0.69 0.81
Hex EC AD F0 2 1C 0 6 128 45 51
Octal 354 255 360 2 34 0 6 450 105 121
Binary 11101100 10101101 11110000 10 11100 0 110 100101000 1000101 1010001

Color Harmonies of #ECADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECADF0

Black with #ECADF0

Text Example


Text Example

White with #ECADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECADF0; }

 p { color: rgb(236,173,240); }

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

background-color css

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

 a { background-color: rgb(236,173,240); }

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

border-color css

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

 span { border-color: rgb(236,173,240); }

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