#ECD6F1

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

Shades of Selago #ECD6F1

Tints of Selago #ECD6F1

Color information

#ECD6F1 (or 0xECD6F1) is unknown color: approx Selago. HEX triplet: EC, D6 and F1. RGB value is (236,214,241). Sum of RGB (Red+Green+Blue) = 236+214+241=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6F1 is #13290E. Grayscale: #DFDFDF. Windows color (decimal): -1255695 or 15849196. OLE color: 15849196.

HSL color Cylindrical-coordinate representation of color #ECD6F1: hue angle of 288.89º degrees, saturation: 0.49, 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 #ECD6F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236214241-
CMYK0.020.1100.05
HSL288.89º49.09%89.22%-
HSV(B)288.89º11.2%94.51%-
XYZ74.5272.2893.24-
YUV223.66137.79136.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=34.15%
G=30.97%
B=34.88%

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
Decimal2362142410.020.1100.05288.8949.0989.22
HexECD6F12B051213159
Octal3543263612130544161131
Binary11101100110101101111000110101101011001000011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6F1; }

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

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

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

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

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

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

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

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