#ECE0EE

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

Shades of Selago #ECE0EE

Tints of Selago #ECE0EE

Color information

#ECE0EE (or 0xECE0EE) is unknown color: approx Selago. HEX triplet: EC, E0 and EE. RGB value is (236,224,238). Sum of RGB (Red+Green+Blue) = 236+224+238=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EE is #131F11. Grayscale: #E5E5E5. Windows color (decimal): -1253138 or 15655148. OLE color: 15655148.

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

Color convert

RGB236224238-
CMYK0.010.0600.07
HSL291.43º29.17%90.59%-
HSV(B)291.43º5.88%93.33%-
XYZ76.6877.3291.77-
YUV229.18132.98132.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 32.09%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=33.81%
G=32.09%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362242380.010.0600.07291.4329.1790.59
HexECE0EE16071231d5b
Octal354340356160744335133
Binary11101100111000001110111011100111100100011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0EE; }

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

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

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

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

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

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

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

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