#EBDEEB

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

Shades of Selago #EBDEEB

Tints of Selago #EBDEEB

Color information

#EBDEEB (or 0xEBDEEB) is unknown color: approx Selago. HEX triplet: EB, DE and EB. RGB value is (235,222,235). Sum of RGB (Red+Green+Blue) = 235+222+235=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEEB is #142114. Grayscale: #E3E3E3. Windows color (decimal): -1319189 or 15458027. OLE color: 15458027.

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

Color convert

RGB235222235-
CMYK00.0600.08
HSL300º24.53%89.61%-
HSV(B)300º5.53%92.16%-
XYZ75.3875.989.28-
YUV227.37132.31133.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522223500.0600.0830024.5389.61
HexEBDEEB060812c195a
Octal3533363530601045431132
Binary111010111101111011101011011001000100101100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEEB; }

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

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

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

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

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

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

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

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