#EBD8ED

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

Shades of Selago #EBD8ED

Tints of Selago #EBD8ED

Color information

#EBD8ED (or 0xEBD8ED) is unknown color: approx Selago. HEX triplet: EB, D8 and ED. RGB value is (235,216,237). Sum of RGB (Red+Green+Blue) = 235+216+237=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8ED is #142712. Grayscale: #E0E0E0. Windows color (decimal): -1320723 or 15587563. OLE color: 15587563.

HSL color Cylindrical-coordinate representation of color #EBD8ED: hue angle of 294.29º degrees, saturation: 0.37, 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 #EBD8ED is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235216237-
CMYK0.010.0900.07
HSL294.29º36.84%88.82%-
HSV(B)294.29º8.86%92.94%-
XYZ74.172.8990.28-
YUV224.08135.29135.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=34.16%
G=31.40%
B=34.45%

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
Decimal2352162370.010.0900.07294.2936.8488.82
HexEBD8ED19071262559
Octal3533303551110744645131
Binary1110101111011000111011011100101111001001101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8ED; }

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

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

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

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

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

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

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

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