Html Css Color HEX #ECAFF1 Plum

📋 copy color: '#ECAFF1'

red 236 ◦ green 175 ◦ blue 241

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

Shades of Plum #ECAFF1

Tints of Plum #ECAFF1

RGB

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

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

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

R = 36.2%
G = 26.84%
B = 36.96%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECAFF1 (or 0xECAFF1) is known color: Plum. HEX triplet: EC, AF and F1. RGB value is (236,175,241). Sum of RGB (Red+Green+Blue) = 236+175+241=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFF1 is #13500E. Grayscale: #C8C8C8. Windows color (decimal): -1265679 or 15839212. OLE color: 15839212.

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

Color convert

RGB 236 175 241 -
CMYK 0.02 0.27 0 0.05
HSL 295.45º 0.7% 0.82% -
HSV(B) 295.45º 0.27% 0.95% -
XYZ 65.8 54.84 90.34 -
YUV 200.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 236 175 241 0.02 0.27 0 0.05 295.45 0.7 0.82
Hex EC AF F1 2 1B 0 5 127 46 52
Octal 354 257 361 2 33 0 5 447 106 122
Binary 11101100 10101111 11110001 10 11011 0 101 100100111 1000110 1010010

Color Harmonies of #ECAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFF1

Black with #ECAFF1

Text Example


Text Example

White with #ECAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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