#ECDFEF

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

Shades of Selago #ECDFEF

Tints of Selago #ECDFEF

Color information

#ECDFEF (or 0xECDFEF) is unknown color: approx Selago. HEX triplet: EC, DF and EF. RGB value is (236,223,239). Sum of RGB (Red+Green+Blue) = 236+223+239=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFEF is #132010. Grayscale: #E4E4E4. Windows color (decimal): -1253393 or 15720428. OLE color: 15720428.

HSL color Cylindrical-coordinate representation of color #ECDFEF: hue angle of 288.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDFEF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236223239-
CMYK0.010.0700.06
HSL288.75º33.33%90.59%-
HSV(B)288.75º6.69%93.73%-
XYZ76.5676.8492.46-
YUV228.71133.81133.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=33.81%
G=31.95%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362232390.010.0700.06288.7533.3390.59
HexECDFEF1706121215b
Octal354337357170644141133
Binary111011001101111111101111111101101001000011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFEF; }

 p { color: rgb(236,223,239); }

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

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

 a { background-color: rgb(236,223,239); }

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

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

 span { border-color: rgb(236,223,239); }

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