#EDDBEF

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

Shades of Selago #EDDBEF

Tints of Selago #EDDBEF

Color information

#EDDBEF (or 0xEDDBEF) is unknown color: approx Selago. HEX triplet: ED, DB and EF. RGB value is (237,219,239). Sum of RGB (Red+Green+Blue) = 237+219+239=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBEF is #122410. Grayscale: #E2E2E2. Windows color (decimal): -1188881 or 15719405. OLE color: 15719405.

HSL color Cylindrical-coordinate representation of color #EDDBEF: hue angle of 294º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBEF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237219239-
CMYK0.010.0800.06
HSL294º38.46%89.8%-
HSV(B)294º8.37%93.73%-
XYZ75.8474.992.12-
YUV226.66134.96135.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=34.10%
G=31.51%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372192390.010.0800.0629438.4689.8
HexEDDBEF1806126265a
Octal3553333571100644646132
Binary1110110111011011111011111100001101001001101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBEF; }

 p { color: rgb(237,219,239); }

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

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

 a { background-color: rgb(237,219,239); }

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

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

 span { border-color: rgb(237,219,239); }

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