#ECDEED

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

Shades of Selago #ECDEED

Tints of Selago #ECDEED

Color information

#ECDEED (or 0xECDEED) is unknown color: approx Selago. HEX triplet: EC, DE and ED. RGB value is (236,222,237). Sum of RGB (Red+Green+Blue) = 236+222+237=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEED is #132112. Grayscale: #E3E3E3. Windows color (decimal): -1253651 or 15589100. OLE color: 15589100.

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

Color convert

RGB236222237-
CMYK0.000.0600.07
HSL296º29.41%90%-
HSV(B)296º6.33%92.94%-
XYZ7676.1990.82-
YUV227.9133.14133.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=33.96%
G=31.94%
B=34.10%

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
Decimal2362222370.000.0600.0729629.4190
HexECDEED06071281d5a
Octal354336355060745035132
Binary11101100110111101110110101100111100101000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEED; }

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

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

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

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

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

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

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

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