Html Css Color HEX #ECAFF0 Plum

📋 copy color: '#ECAFF0'

red 236 ◦ green 175 ◦ blue 240

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

Shades of Plum #ECAFF0

Tints of Plum #ECAFF0

RGB

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

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

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

R = 36.25%
G = 26.88%
B = 36.87%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECAFF0 (or 0xECAFF0) is known color: Plum. HEX triplet: EC, AF and F0. RGB value is (236,175,240). Sum of RGB (Red+Green+Blue) = 236+175+240=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFF0 is #13500F. Grayscale: #C8C8C8. Windows color (decimal): -1265680 or 15773676. OLE color: 15773676.

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

Color convert

RGB 236 175 240 -
CMYK 0.02 0.27 0 0.06
HSL 296.31º 0.68% 0.81% -
HSV(B) 296.31º 0.27% 0.94% -
XYZ 65.65 54.78 89.55 -
YUV 200.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 236 175 240 0.02 0.27 0 0.06 296.31 0.68 0.81
Hex EC AF F0 2 1B 0 6 128 44 51
Octal 354 257 360 2 33 0 6 450 104 121
Binary 11101100 10101111 11110000 10 11011 0 110 100101000 1000100 1010001

Color Harmonies of #ECAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFF0

Black with #ECAFF0

Text Example


Text Example

White with #ECAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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