#EBDEEF

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

Shades of Selago #EBDEEF

Tints of Selago #EBDEEF

Color information

#EBDEEF (or 0xEBDEEF) is unknown color: approx Selago. HEX triplet: EB, DE and EF. RGB value is (235,222,239). Sum of RGB (Red+Green+Blue) = 235+222+239=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEEF is #142110. Grayscale: #E3E3E3. Windows color (decimal): -1319185 or 15720171. OLE color: 15720171.

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

Color convert

RGB235222239-
CMYK0.020.0700.06
HSL285.88º34.69%90.39%-
HSV(B)285.88º7.11%93.73%-
XYZ75.9676.1492.35-
YUV227.82134.31133.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=33.76%
G=31.90%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352222390.020.0700.06285.8834.6990.39
HexEBDEEF270611e235a
Octal353336357270643643132
Binary1110101111011110111011111011101101000111101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEEF; }

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

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

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

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

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

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

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

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