#ECDAEE

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

Shades of Selago #ECDAEE

Tints of Selago #ECDAEE

Color information

#ECDAEE (or 0xECDAEE) is unknown color: approx Selago. HEX triplet: EC, DA and EE. RGB value is (236,218,238). Sum of RGB (Red+Green+Blue) = 236+218+238=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEE is #132511. Grayscale: #E1E1E1. Windows color (decimal): -1254674 or 15653612. OLE color: 15653612.

HSL color Cylindrical-coordinate representation of color #ECDAEE: hue angle of 294º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAEE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236218238-
CMYK0.010.0800.07
HSL294º37.04%89.41%-
HSV(B)294º8.4%93.33%-
XYZ75.174.1591.24-
YUV225.66134.96135.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=34.10%
G=31.50%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362182380.010.0800.0729437.0489.41
HexECDAEE18071262559
Octal3543323561100744645131
Binary1110110011011010111011101100001111001001101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAEE; }

 p { color: rgb(236,218,238); }

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

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

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

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

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

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

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