#EDDFED

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

Shades of Selago #EDDFED

Tints of Selago #EDDFED

Color information

#EDDFED (or 0xEDDFED) is unknown color: approx Selago. HEX triplet: ED, DF and ED. RGB value is (237,223,237). Sum of RGB (Red+Green+Blue) = 237+223+237=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFED is #122012. Grayscale: #E4E4E4. Windows color (decimal): -1187859 or 15589357. OLE color: 15589357.

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

Color convert

RGB237223237-
CMYK00.0600.07
HSL300º28%90.2%-
HSV(B)300º5.91%92.94%-
XYZ76.676.8990.93-
YUV228.78132.64133.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=34.00%
G=31.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722323700.0600.073002890.2
HexEDDFED060712c1c5a
Octal355337355060745434132
Binary11101101110111111110110101100111100101100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFED; }

 p { color: rgb(237,223,237); }

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

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

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

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

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

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

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