#ECDFED

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

Shades of Selago #ECDFED

Tints of Selago #ECDFED

Color information

#ECDFED (or 0xECDFED) is unknown color: approx Selago. HEX triplet: EC, DF and ED. RGB value is (236,223,237). Sum of RGB (Red+Green+Blue) = 236+223+237=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFED is #132012. Grayscale: #E4E4E4. Windows color (decimal): -1253395 or 15589356. OLE color: 15589356.

HSL color Cylindrical-coordinate representation of color #ECDFED: hue angle of 295.71º degrees, saturation: 0.28, 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 #ECDFED is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236223237-
CMYK0.000.0600.07
HSL295.71º28%90.2%-
HSV(B)295.71º5.91%92.94%-
XYZ76.2776.7290.91-
YUV228.48132.81133.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=33.91%
G=32.04%
B=34.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362232370.000.0600.07295.712890.2
HexECDFED06071281c5a
Octal354337355060745034132
Binary11101100110111111110110101100111100101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFED; }

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

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

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

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

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

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

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

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