#ECDCF0

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

Shades of Selago #ECDCF0

Tints of Selago #ECDCF0

Color information

#ECDCF0 (or 0xECDCF0) is unknown color: approx Selago. HEX triplet: EC, DC and F0. RGB value is (236,220,240). Sum of RGB (Red+Green+Blue) = 236+220+240=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF0 is #13230F. Grayscale: #E2E2E2. Windows color (decimal): -1254160 or 15785196. OLE color: 15785196.

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

Color convert

RGB236220240-
CMYK0.020.0800.06
HSL288º40%90.2%-
HSV(B)288º8.33%94.12%-
XYZ75.9175.3192.97-
YUV227.06135.3134.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=33.91%
G=31.61%
B=34.48%

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
Decimal2362202400.020.0800.062884090.2
HexECDCF02806120285a
Octal3543343602100644050132
Binary11101100110111001111000010100001101001000001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF0; }

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

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

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

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

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

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

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

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