#ECDEF0

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

Shades of Selago #ECDEF0

Tints of Selago #ECDEF0

Color information

#ECDEF0 (or 0xECDEF0) is unknown color: approx Selago. HEX triplet: EC, DE and F0. RGB value is (236,222,240). Sum of RGB (Red+Green+Blue) = 236+222+240=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEF0 is #13210F. Grayscale: #E4E4E4. Windows color (decimal): -1253648 or 15785708. OLE color: 15785708.

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

Color convert

RGB236222240-
CMYK0.020.0800.06
HSL286.67º37.5%90.59%-
HSV(B)286.67º7.5%94.12%-
XYZ76.4476.3793.15-
YUV228.24134.64133.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=33.81%
G=31.81%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362222400.020.0800.06286.6737.590.59
HexECDEF0280611f255b
Octal3543363602100643745133
Binary11101100110111101111000010100001101000111111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEF0; }

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

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

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

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

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

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

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

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