Html Css Color HEX #ECADF2 Plum

📋 copy color: '#ECADF2'

red 236 ◦ green 173 ◦ blue 242

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

Shades of Plum #ECADF2

Tints of Plum #ECADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 36.25%
G = 26.57%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECADF2 (or 0xECADF2) is known color: Plum. HEX triplet: EC, AD and F2. RGB value is (236,173,242). Sum of RGB (Red+Green+Blue) = 236+173+242=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADF2 is #13520D. Grayscale: #C7C7C7. Windows color (decimal): -1266190 or 15904236. OLE color: 15904236.

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

Color convert

RGB 236 173 242 -
CMYK 0.02 0.29 0 0.05
HSL 294.78º 0.73% 0.81% -
HSV(B) 294.78º 0.29% 0.95% -
XYZ 65.56 54.13 91 -
YUV 199.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 236 173 242 0.02 0.29 0 0.05 294.78 0.73 0.81
Hex EC AD F2 2 1D 0 5 127 49 51
Octal 354 255 362 2 35 0 5 447 111 121
Binary 11101100 10101101 11110010 10 11101 0 101 100100111 1001001 1010001

Color Harmonies of #ECADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECADF2

Black with #ECADF2

Text Example


Text Example

White with #ECADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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