#EBDDEB

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

Shades of Selago #EBDDEB

Tints of Selago #EBDDEB

Color information

#EBDDEB (or 0xEBDDEB) is unknown color: approx Selago. HEX triplet: EB, DD and EB. RGB value is (235,221,235). Sum of RGB (Red+Green+Blue) = 235+221+235=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEB is #142214. Grayscale: #E2E2E2. Windows color (decimal): -1319445 or 15457771. OLE color: 15457771.

HSL color Cylindrical-coordinate representation of color #EBDDEB: hue angle of 300º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDEB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235221235-
CMYK00.0600.08
HSL300º25.93%89.41%-
HSV(B)300º5.96%92.16%-
XYZ75.1175.3789.19-
YUV226.78132.64133.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=34.01%
G=31.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522123500.0600.0830025.9389.41
HexEBDDEB060812c1a59
Octal3533353530601045432131
Binary111010111101110111101011011001000100101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDEB; }

 p { color: rgb(235,221,235); }

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

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

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

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

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

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

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