#ECDEEE

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

Shades of Selago #ECDEEE

Tints of Selago #ECDEEE

Color information

#ECDEEE (or 0xECDEEE) is unknown color: approx Selago. HEX triplet: EC, DE and EE. RGB value is (236,222,238). Sum of RGB (Red+Green+Blue) = 236+222+238=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEEE is #132111. Grayscale: #E3E3E3. Windows color (decimal): -1253650 or 15654636. OLE color: 15654636.

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

Color convert

RGB236222238-
CMYK0.010.0700.07
HSL292.5º32%90.2%-
HSV(B)292.5º6.72%93.33%-
XYZ76.1576.2591.59-
YUV228.01133.64133.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=33.91%
G=31.90%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362222380.010.0700.07292.53290.2
HexECDEEE1707124205a
Octal354336356170744440132
Binary111011001101111011101110111101111001001001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEEE; }

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

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

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

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

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

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

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

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