Html Css Color HEX #ECADF1 Plum

📋 copy color: '#ECADF1'

red 236 ◦ green 173 ◦ blue 241

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

Shades of Plum #ECADF1

Tints of Plum #ECADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 36.31%
G = 26.62%
B = 37.08%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECADF1 (or 0xECADF1) is known color: Plum. HEX triplet: EC, AD and F1. RGB value is (236,173,241). Sum of RGB (Red+Green+Blue) = 236+173+241=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADF1 is #13520E. Grayscale: #C7C7C7. Windows color (decimal): -1266191 or 15838700. OLE color: 15838700.

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

Color convert

RGB 236 173 241 -
CMYK 0.02 0.28 0 0.05
HSL 295.59º 0.71% 0.81% -
HSV(B) 295.59º 0.28% 0.95% -
XYZ 65.41 54.07 90.21 -
YUV 199.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 236 173 241 0.02 0.28 0 0.05 295.59 0.71 0.81
Hex EC AD F1 2 1C 0 5 128 47 51
Octal 354 255 361 2 34 0 5 450 107 121
Binary 11101100 10101101 11110001 10 11100 0 101 100101000 1000111 1010001

Color Harmonies of #ECADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECADF1

Black with #ECADF1

Text Example


Text Example

White with #ECADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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