#ECD8F1

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

Shades of Selago #ECD8F1

Tints of Selago #ECD8F1

Color information

#ECD8F1 (or 0xECD8F1) is unknown color: approx Selago. HEX triplet: EC, D8 and F1. RGB value is (236,216,241). Sum of RGB (Red+Green+Blue) = 236+216+241=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F1 is #13270E. Grayscale: #E0E0E0. Windows color (decimal): -1255183 or 15849708. OLE color: 15849708.

HSL color Cylindrical-coordinate representation of color #ECD8F1: hue angle of 288º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD8F1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236216241-
CMYK0.020.1000.05
HSL288º47.17%89.61%-
HSV(B)288º10.37%94.51%-
XYZ75.0373.393.41-
YUV224.83137.13135.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 216 (84.77% from 255) = 31.17%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=34.05%
G=31.17%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362162410.020.1000.0528847.1789.61
HexECD8F12A051202f5a
Octal3543303612120544057132
Binary11101100110110001111000110101001011001000001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8F1; }

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

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

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

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

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

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

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

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