Html Css Color HEX #ECAFF2 Plum

📋 copy color: '#ECAFF2'

red 236 ◦ green 175 ◦ blue 242

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

Shades of Plum #ECAFF2

Tints of Plum #ECAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.8%

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

R = 36.14%
G = 26.8%
B = 37.06%

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

#ECAFF2 (or 0xECAFF2) is known color: Plum. HEX triplet: EC, AF and F2. RGB value is (236,175,242). Sum of RGB (Red+Green+Blue) = 236+175+242=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFF2 is #13500D. Grayscale: #C8C8C8. Windows color (decimal): -1265678 or 15904748. OLE color: 15904748.

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

Color convert

RGB 236 175 242 -
CMYK 0.02 0.28 0 0.05
HSL 294.63º 0.72% 0.82% -
HSV(B) 294.63º 0.28% 0.95% -
XYZ 65.95 54.9 91.13 -
YUV 200.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 236 175 242 0.02 0.28 0 0.05 294.63 0.72 0.82
Hex EC AF F2 2 1C 0 5 127 48 52
Octal 354 257 362 2 34 0 5 447 110 122
Binary 11101100 10101111 11110010 10 11100 0 101 100100111 1001000 1010010

Color Harmonies of #ECAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFF2

Black with #ECAFF2

Text Example


Text Example

White with #ECAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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