#ECE2EE

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

Shades of Selago #ECE2EE

Tints of Selago #ECE2EE

Color information

#ECE2EE (or 0xECE2EE) is unknown color: approx Selago. HEX triplet: EC, E2 and EE. RGB value is (236,226,238). Sum of RGB (Red+Green+Blue) = 236+226+238=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2EE is #131D11. Grayscale: #E6E6E6. Windows color (decimal): -1252626 or 15655660. OLE color: 15655660.

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

Color convert

RGB236226238-
CMYK0.010.0500.07
HSL290º26.09%90.98%-
HSV(B)290º5.04%93.33%-
XYZ77.2278.491.95-
YUV230.36132.31132.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 238 (93.36% from 255) = 34%
R=33.71%
G=32.29%
B=34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362262380.010.0500.0729026.0990.98
HexECE2EE15071221a5b
Octal354342356150744232133
Binary11101100111000101110111011010111100100010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2EE; }

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

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

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

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

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

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

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

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