#ECDDEC

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

Shades of Selago #ECDDEC

Tints of Selago #ECDDEC

Color information

#ECDDEC (or 0xECDDEC) is unknown color: approx Selago. HEX triplet: EC, DD and EC. RGB value is (236,221,236). Sum of RGB (Red+Green+Blue) = 236+221+236=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEC is #132213. Grayscale: #E3E3E3. Windows color (decimal): -1253908 or 15523308. OLE color: 15523308.

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

Color convert

RGB236221236-
CMYK00.0600.07
HSL300º28.3%89.61%-
HSV(B)300º6.36%92.55%-
XYZ75.5975.689.97-
YUV227.2132.97134.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=34.05%
G=31.89%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622123600.0600.0730028.389.61
HexECDDEC060712c1c5a
Octal354335354060745434132
Binary11101100110111011110110001100111100101100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDEC; }

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

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

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

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

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

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

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

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