#EBDFEB

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

Shades of Selago #EBDFEB

Tints of Selago #EBDFEB

Color information

#EBDFEB (or 0xEBDFEB) is unknown color: approx Selago. HEX triplet: EB, DF and EB. RGB value is (235,223,235). Sum of RGB (Red+Green+Blue) = 235+223+235=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEB is #142014. Grayscale: #E3E3E3. Windows color (decimal): -1318933 or 15458283. OLE color: 15458283.

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

Color convert

RGB235223235-
CMYK00.0500.08
HSL300º23.08%89.8%-
HSV(B)300º5.11%92.16%-
XYZ75.6476.4489.36-
YUV227.96131.98133.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522323500.0500.0830023.0889.8
HexEBDFEB050812c175a
Octal3533373530501045427132
Binary111010111101111111101011010101000100101100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFEB; }

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

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

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

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

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

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

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

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