#EBDEEC

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

Shades of Selago #EBDEEC

Tints of Selago #EBDEEC

Color information

#EBDEEC (or 0xEBDEEC) is unknown color: approx Selago. HEX triplet: EB, DE and EC. RGB value is (235,222,236). Sum of RGB (Red+Green+Blue) = 235+222+236=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEEC is #142113. Grayscale: #E3E3E3. Windows color (decimal): -1319188 or 15523563. OLE color: 15523563.

HSL color Cylindrical-coordinate representation of color #EBDEEC: hue angle of 295.71º degrees, saturation: 0.27, 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 #EBDEEC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235222236-
CMYK0.000.0600.07
HSL295.71º26.92%89.8%-
HSV(B)295.71º5.93%92.55%-
XYZ75.5275.9690.04-
YUV227.48132.81133.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=33.91%
G=32.03%
B=34.05%

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
Decimal2352222360.000.0600.07295.7126.9289.8
HexEBDEEC06071281b5a
Octal353336354060745033132
Binary11101011110111101110110001100111100101000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEEC; }

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

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

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

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

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

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

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

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