#EBD9ED

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

Shades of Selago #EBD9ED

Tints of Selago #EBD9ED

Color information

#EBD9ED (or 0xEBD9ED) is unknown color: approx Selago. HEX triplet: EB, D9 and ED. RGB value is (235,217,237). Sum of RGB (Red+Green+Blue) = 235+217+237=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9ED is #142612. Grayscale: #E0E0E0. Windows color (decimal): -1320467 or 15587819. OLE color: 15587819.

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

Color convert

RGB235217237-
CMYK0.010.0800.07
HSL294º35.71%89.02%-
HSV(B)294º8.44%92.94%-
XYZ74.3673.490.37-
YUV224.66134.96135.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=34.11%
G=31.49%
B=34.40%

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
Decimal2352172370.010.0800.0729435.7189.02
HexEBD9ED18071262459
Octal3533313551100744644131
Binary1110101111011001111011011100001111001001101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9ED; }

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

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

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

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

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

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

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

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