#EDDDEE

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

Shades of Selago #EDDDEE

Tints of Selago #EDDDEE

Color information

#EDDDEE (or 0xEDDDEE) is unknown color: approx Selago. HEX triplet: ED, DD and EE. RGB value is (237,221,238). Sum of RGB (Red+Green+Blue) = 237+221+238=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 221 (86.72% from 255 or 31.75% 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 #EDDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEE is #122211. Grayscale: #E3E3E3. Windows color (decimal): -1188370 or 15654381. OLE color: 15654381.

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

Color convert

RGB237221238-
CMYK0.000.0700.07
HSL296.47º33.33%90%-
HSV(B)296.47º7.14%93.33%-
XYZ76.2175.8991.52-
YUV227.72133.8134.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=34.05%
G=31.75%
B=34.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372212380.000.0700.07296.4733.3390
HexEDDDEE0707128215a
Octal355335356070745041132
Binary111011011101110111101110011101111001010001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDEE; }

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

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

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

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

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

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

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

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