#EBDFEC

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

Shades of Selago #EBDFEC

Tints of Selago #EBDFEC

Color information

#EBDFEC (or 0xEBDFEC) is unknown color: approx Selago. HEX triplet: EB, DF and EC. RGB value is (235,223,236). Sum of RGB (Red+Green+Blue) = 235+223+236=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEC is #142013. Grayscale: #E4E4E4. Windows color (decimal): -1318932 or 15523819. OLE color: 15523819.

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

Color convert

RGB235223236-
CMYK0.000.0600.07
HSL295.38º25.49%90%-
HSV(B)295.38º5.51%92.55%-
XYZ75.7976.4990.13-
YUV228.07132.48132.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=33.86%
G=32.13%
B=34.01%

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
Decimal2352232360.000.0600.07295.3825.4990
HexEBDFEC0607127195a
Octal353337354060744731132
Binary11101011110111111110110001100111100100111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFEC; }

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

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

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

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

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

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

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

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