#EBD9EF

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

Shades of Selago #EBD9EF

Tints of Selago #EBD9EF

Color information

#EBD9EF (or 0xEBD9EF) is unknown color: approx Selago. HEX triplet: EB, D9 and EF. RGB value is (235,217,239). Sum of RGB (Red+Green+Blue) = 235+217+239=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EF is #142610. Grayscale: #E0E0E0. Windows color (decimal): -1320465 or 15718891. OLE color: 15718891.

HSL color Cylindrical-coordinate representation of color #EBD9EF: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD9EF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235217239-
CMYK0.020.0900.06
HSL289.09º40.74%89.41%-
HSV(B)289.09º9.21%93.73%-
XYZ74.6573.5291.92-
YUV224.89135.96135.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=34.01%
G=31.40%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352172390.020.0900.06289.0940.7489.41
HexEBD9EF29061212959
Octal3533313572110644151131
Binary11101011110110011110111110100101101001000011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9EF; }

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

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

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

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

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

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

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

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