#EBDDEC

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

Shades of Selago #EBDDEC

Tints of Selago #EBDDEC

Color information

#EBDDEC (or 0xEBDDEC) is unknown color: approx Selago. HEX triplet: EB, DD and EC. RGB value is (235,221,236). Sum of RGB (Red+Green+Blue) = 235+221+236=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEC is #142213. Grayscale: #E2E2E2. Windows color (decimal): -1319444 or 15523307. OLE color: 15523307.

HSL color Cylindrical-coordinate representation of color #EBDDEC: hue angle of 296º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDEC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235221236-
CMYK0.000.0600.07
HSL296º28.3%89.61%-
HSV(B)296º6.36%92.55%-
XYZ75.2675.4389.95-
YUV226.9133.14133.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=33.96%
G=31.94%
B=34.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352212360.000.0600.0729628.389.61
HexEBDDEC06071281c5a
Octal353335354060745034132
Binary11101011110111011110110001100111100101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDEC; }

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

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

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

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

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

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

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

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