#EBDCEE

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

Shades of Selago #EBDCEE

Tints of Selago #EBDCEE

Color information

#EBDCEE (or 0xEBDCEE) is unknown color: approx Selago. HEX triplet: EB, DC and EE. RGB value is (235,220,238). Sum of RGB (Red+Green+Blue) = 235+220+238=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEE is #142311. Grayscale: #E2E2E2. Windows color (decimal): -1319698 or 15654123. OLE color: 15654123.

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

Color convert

RGB235220238-
CMYK0.010.0800.07
HSL290º34.62%89.8%-
HSV(B)290º7.56%93.33%-
XYZ75.2975.0291.4-
YUV226.54134.47134.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=33.91%
G=31.75%
B=34.34%

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
Decimal2352202380.010.0800.0729034.6289.8
HexEBDCEE1807122235a
Octal3533343561100744243132
Binary1110101111011100111011101100001111001000101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCEE; }

 p { color: rgb(235,220,238); }

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

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

 a { background-color: rgb(235,220,238); }

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

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

 span { border-color: rgb(235,220,238); }

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