#ECDBF0

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

Shades of Selago #ECDBF0

Tints of Selago #ECDBF0

Color information

#ECDBF0 (or 0xECDBF0) is unknown color: approx Selago. HEX triplet: EC, DB and F0. RGB value is (236,219,240). Sum of RGB (Red+Green+Blue) = 236+219+240=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF0 is #13240F. Grayscale: #E2E2E2. Windows color (decimal): -1254416 or 15784940. OLE color: 15784940.

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

Color convert

RGB236219240-
CMYK0.020.0900.06
HSL288.57º41.18%90%-
HSV(B)288.57º8.75%94.12%-
XYZ75.6574.7992.89-
YUV226.48135.63134.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=33.96%
G=31.51%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362192400.020.0900.06288.5741.1890
HexECDBF02906121295a
Octal3543333602110644151132
Binary11101100110110111111000010100101101001000011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF0; }

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

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

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

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

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

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

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

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