#EBDFEE

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

Shades of Selago #EBDFEE

Tints of Selago #EBDFEE

Color information

#EBDFEE (or 0xEBDFEE) is unknown color: approx Selago. HEX triplet: EB, DF and EE. RGB value is (235,223,238). Sum of RGB (Red+Green+Blue) = 235+223+238=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEE is #142011. Grayscale: #E4E4E4. Windows color (decimal): -1318930 or 15654891. OLE color: 15654891.

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

Color convert

RGB235223238-
CMYK0.010.0600.07
HSL288º30.61%90.39%-
HSV(B)288º6.3%93.33%-
XYZ76.0876.6191.67-
YUV228.3133.48132.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=33.76%
G=32.04%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352232380.010.0600.0728830.6190.39
HexEBDFEE16071201f5a
Octal353337356160744037132
Binary11101011110111111110111011100111100100000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFEE; }

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

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

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

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

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

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

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

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