#EDD7F1

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

Shades of Selago #EDD7F1

Tints of Selago #EDD7F1

Color information

#EDD7F1 (or 0xEDD7F1) is unknown color: approx Selago. HEX triplet: ED, D7 and F1. RGB value is (237,215,241). Sum of RGB (Red+Green+Blue) = 237+215+241=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F1 is #12280E. Grayscale: #E0E0E0. Windows color (decimal): -1189903 or 15849453. OLE color: 15849453.

HSL color Cylindrical-coordinate representation of color #EDD7F1: hue angle of 290.77º degrees, saturation: 0.48, 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 #EDD7F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237215241-
CMYK0.020.1100.05
HSL290.77º48.15%89.41%-
HSV(B)290.77º10.79%94.51%-
XYZ75.172.9693.34-
YUV224.54137.29136.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 215 (84.38% from 255) = 31.02%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=34.20%
G=31.02%
B=34.78%

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
Decimal2372152410.020.1100.05290.7748.1589.41
HexEDD7F12B051233059
Octal3553273612130544360131
Binary11101101110101111111000110101101011001000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7F1; }

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

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

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

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

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

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

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

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