#ECDDED

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

Shades of Selago #ECDDED

Tints of Selago #ECDDED

Color information

#ECDDED (or 0xECDDED) is unknown color: approx Selago. HEX triplet: EC, DD and ED. RGB value is (236,221,237). Sum of RGB (Red+Green+Blue) = 236+221+237=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDED is #132212. Grayscale: #E3E3E3. Windows color (decimal): -1253907 or 15588844. OLE color: 15588844.

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

Color convert

RGB236221237-
CMYK0.000.0700.07
HSL296.25º30.77%89.8%-
HSV(B)296.25º6.75%92.94%-
XYZ75.7375.6690.73-
YUV227.31133.47134.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=34.01%
G=31.84%
B=34.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362212370.000.0700.07296.2530.7789.8
HexECDDED07071281f5a
Octal354335355070745037132
Binary11101100110111011110110101110111100101000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDED; }

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

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

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

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

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

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

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

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