#EBDDEE

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

Shades of Selago #EBDDEE

Tints of Selago #EBDDEE

Color information

#EBDDEE (or 0xEBDDEE) is unknown color: approx Selago. HEX triplet: EB, DD and EE. RGB value is (235,221,238). Sum of RGB (Red+Green+Blue) = 235+221+238=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEE is #142211. Grayscale: #E3E3E3. Windows color (decimal): -1319442 or 15654379. OLE color: 15654379.

HSL color Cylindrical-coordinate representation of color #EBDDEE: hue angle of 289.41º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDDEE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235221238-
CMYK0.010.0700.07
HSL289.41º33.33%90%-
HSV(B)289.41º7.14%93.33%-
XYZ75.5575.5591.49-
YUV227.12134.14133.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=33.86%
G=31.84%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352212380.010.0700.07289.4133.3390
HexEBDDEE1707121215a
Octal353335356170744141132
Binary111010111101110111101110111101111001000011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDEE; }

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

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

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

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

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

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

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

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