#ECE0ED

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

Shades of Selago #ECE0ED

Tints of Selago #ECE0ED

Color information

#ECE0ED (or 0xECE0ED) is unknown color: approx Selago. HEX triplet: EC, E0 and ED. RGB value is (236,224,237). Sum of RGB (Red+Green+Blue) = 236+224+237=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0ED is #131F12. Grayscale: #E5E5E5. Windows color (decimal): -1253139 or 15589612. OLE color: 15589612.

HSL color Cylindrical-coordinate representation of color #ECE0ED: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0ED is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236224237-
CMYK0.000.0500.07
HSL295.38º26.53%90.39%-
HSV(B)295.38º5.49%92.94%-
XYZ76.5377.2691-
YUV229.07132.48132.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=33.86%
G=32.14%
B=34.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362242370.000.0500.07295.3826.5390.39
HexECE0ED05071271b5a
Octal354340355050744733132
Binary11101100111000001110110101010111100100111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0ED; }

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

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

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

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

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

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

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

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