#ECDFEC

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

Shades of Selago #ECDFEC

Tints of Selago #ECDFEC

Color information

#ECDFEC (or 0xECDFEC) is unknown color: approx Selago. HEX triplet: EC, DF and EC. RGB value is (236,223,236). Sum of RGB (Red+Green+Blue) = 236+223+236=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFEC is #132013. Grayscale: #E4E4E4. Windows color (decimal): -1253396 or 15523820. OLE color: 15523820.

HSL color Cylindrical-coordinate representation of color #ECDFEC: hue angle of 300º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFEC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236223236-
CMYK00.0600.07
HSL300º25.49%90%-
HSV(B)300º5.51%92.55%-
XYZ76.1276.6690.14-
YUV228.37132.31133.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=33.96%
G=32.09%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622323600.0600.0730025.4990
HexECDFEC060712c195a
Octal354337354060745431132
Binary11101100110111111110110001100111100101100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFEC; }

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

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

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

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

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

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

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

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