#ECE1ED

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

Shades of Selago #ECE1ED

Tints of Selago #ECE1ED

Color information

#ECE1ED (or 0xECE1ED) is unknown color: approx Selago. HEX triplet: EC, E1 and ED. RGB value is (236,225,237). Sum of RGB (Red+Green+Blue) = 236+225+237=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1ED is #131E12. Grayscale: #E5E5E5. Windows color (decimal): -1252883 or 15589868. OLE color: 15589868.

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

Color convert

RGB236225237-
CMYK0.000.0500.07
HSL295º25%90.59%-
HSV(B)295º5.06%92.94%-
XYZ76.877.891.09-
YUV229.66132.14132.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=33.81%
G=32.23%
B=33.95%

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
Decimal2362252370.000.0500.072952590.59
HexECE1ED0507127195b
Octal354341355050744731133
Binary11101100111000011110110101010111100100111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1ED; }

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

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

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

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

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

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

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

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