#ECDEEF

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

Shades of Selago #ECDEEF

Tints of Selago #ECDEEF

Color information

#ECDEEF (or 0xECDEEF) is unknown color: approx Selago. HEX triplet: EC, DE and EF. RGB value is (236,222,239). Sum of RGB (Red+Green+Blue) = 236+222+239=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEEF is #132110. Grayscale: #E4E4E4. Windows color (decimal): -1253649 or 15720172. OLE color: 15720172.

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

Color convert

RGB236222239-
CMYK0.010.0700.06
HSL289.41º34.69%90.39%-
HSV(B)289.41º7.11%93.73%-
XYZ76.2976.3192.37-
YUV228.12134.14133.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=33.86%
G=31.85%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362222390.010.0700.06289.4134.6990.39
HexECDEEF1706121235a
Octal354336357170644143132
Binary111011001101111011101111111101101001000011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEEF; }

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

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

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

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

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

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

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

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