#EDD6F1

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

Shades of Selago #EDD6F1

Tints of Selago #EDD6F1

Color information

#EDD6F1 (or 0xEDD6F1) is unknown color: approx Selago. HEX triplet: ED, D6 and F1. RGB value is (237,214,241). Sum of RGB (Red+Green+Blue) = 237+214+241=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F1 is #12290E. Grayscale: #DFDFDF. Windows color (decimal): -1190159 or 15849197. OLE color: 15849197.

HSL color Cylindrical-coordinate representation of color #EDD6F1: hue angle of 291.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD6F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237214241-
CMYK0.020.1100.05
HSL291.11º49.09%89.22%-
HSV(B)291.11º11.2%94.51%-
XYZ74.8572.4593.26-
YUV223.96137.62137.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=34.25%
G=30.92%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372142410.020.1100.05291.1149.0989.22
HexEDD6F12B051233159
Octal3553263612130544361131
Binary11101101110101101111000110101101011001000111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6F1; }

 p { color: rgb(237,214,241); }

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

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

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

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

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

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

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