#ECE0EF

Color #ECE0EF Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #ECE0EF

Tints of Selago #ECE0EF

Color information

#ECE0EF (or 0xECE0EF) is unknown color: approx Selago. HEX triplet: EC, E0 and EF. RGB value is (236,224,239). Sum of RGB (Red+Green+Blue) = 236+224+239=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EF is #131F10. Grayscale: #E5E5E5. Windows color (decimal): -1253137 or 15720684. OLE color: 15720684.

HSL color Cylindrical-coordinate representation of color #ECE0EF: hue angle of 288º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE0EF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236224239-
CMYK0.010.0600.06
HSL288º31.91%90.78%-
HSV(B)288º6.28%93.73%-
XYZ76.8377.3892.55-
YUV229.3133.48132.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=33.76%
G=32.05%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362242390.010.0600.0628831.9190.78
HexECE0EF1606120205b
Octal354340357160644040133
Binary111011001110000011101111111001101001000001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0EF; }

 p { color: rgb(236,224,239); }

 H1.HeaderClassName
 {
   color: #ECE0EF;
 }
 .AnyTagClassName
 {
   color: #ECE0EF;
 }
</style>
background-color css

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

 a { background-color: rgb(236,224,239); }

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

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

 span { border-color: rgb(236,224,239); }

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