#ECD7F1

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

Shades of Selago #ECD7F1

Tints of Selago #ECD7F1

Color information

#ECD7F1 (or 0xECD7F1) is unknown color: approx Selago. HEX triplet: EC, D7 and F1. RGB value is (236,215,241). Sum of RGB (Red+Green+Blue) = 236+215+241=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F1 is #13280E. Grayscale: #E0E0E0. Windows color (decimal): -1255439 or 15849452. OLE color: 15849452.

HSL color Cylindrical-coordinate representation of color #ECD7F1: hue angle of 288.46º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD7F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236215241-
CMYK0.020.1100.05
HSL288.46º48.15%89.41%-
HSV(B)288.46º10.79%94.51%-
XYZ74.7772.7893.33-
YUV224.24137.46136.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=34.10%
G=31.07%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362152410.020.1100.05288.4648.1589.41
HexECD7F12B051203059
Octal3543273612130544060131
Binary11101100110101111111000110101101011001000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7F1; }

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

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

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

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

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

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

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

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