#ECDDF0

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

Shades of Selago #ECDDF0

Tints of Selago #ECDDF0

Color information

#ECDDF0 (or 0xECDDF0) is unknown color: approx Selago. HEX triplet: EC, DD and F0. RGB value is (236,221,240). Sum of RGB (Red+Green+Blue) = 236+221+240=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDF0 is #13220F. Grayscale: #E3E3E3. Windows color (decimal): -1253904 or 15785452. OLE color: 15785452.

HSL color Cylindrical-coordinate representation of color #ECDDF0: hue angle of 287.37º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDDF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236221240-
CMYK0.020.0800.06
HSL287.37º38.78%90.39%-
HSV(B)287.37º7.92%94.12%-
XYZ76.1875.8493.06-
YUV227.65134.97133.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=33.86%
G=31.71%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362212400.020.0800.06287.3738.7890.39
HexECDDF0280611f275a
Octal3543353602100643747132
Binary11101100110111011111000010100001101000111111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDF0; }

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

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

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

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

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

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

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

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