#EBD9EE

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

Shades of Selago #EBD9EE

Tints of Selago #EBD9EE

Color information

#EBD9EE (or 0xEBD9EE) is unknown color: approx Selago. HEX triplet: EB, D9 and EE. RGB value is (235,217,238). Sum of RGB (Red+Green+Blue) = 235+217+238=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EE is #142611. Grayscale: #E0E0E0. Windows color (decimal): -1320466 or 15653355. OLE color: 15653355.

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

Color convert

RGB235217238-
CMYK0.010.0900.07
HSL291.43º38.18%89.22%-
HSV(B)291.43º8.82%93.33%-
XYZ74.5173.4691.14-
YUV224.78135.46135.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=34.06%
G=31.45%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352172380.010.0900.07291.4338.1889.22
HexEBD9EE19071232659
Octal3533313561110744346131
Binary1110101111011001111011101100101111001000111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9EE; }

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

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

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

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

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

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

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

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