#ECD7F0

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

Shades of Selago #ECD7F0

Tints of Selago #ECD7F0

Color information

#ECD7F0 (or 0xECD7F0) is unknown color: approx Selago. HEX triplet: EC, D7 and F0. RGB value is (236,215,240). Sum of RGB (Red+Green+Blue) = 236+215+240=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECD7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F0 is #13280F. Grayscale: #E0E0E0. Windows color (decimal): -1255440 or 15783916. OLE color: 15783916.

HSL color Cylindrical-coordinate representation of color #ECD7F0: hue angle of 290.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD7F0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236215240-
CMYK0.020.1000.06
HSL290.4º45.45%89.22%-
HSV(B)290.4º10.42%94.12%-
XYZ74.6272.7392.54-
YUV224.13136.96136.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 215 (84.38% from 255) = 31.11%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=34.15%
G=31.11%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362152400.020.1000.06290.445.4589.22
HexECD7F02A061222d59
Octal3543273602120644255131
Binary11101100110101111111000010101001101001000101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7F0; }

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

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

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

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

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

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

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

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