#EDD7F2

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

Shades of Selago #EDD7F2

Tints of Selago #EDD7F2

Color information

#EDD7F2 (or 0xEDD7F2) is unknown color: approx Selago. HEX triplet: ED, D7 and F2. RGB value is (237,215,242). Sum of RGB (Red+Green+Blue) = 237+215+242=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F2 is #12280D. Grayscale: #E0E0E0. Windows color (decimal): -1189902 or 15914989. OLE color: 15914989.

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

Color convert

RGB237215242-
CMYK0.020.1100.05
HSL288.89º50.94%89.61%-
HSV(B)288.89º11.16%94.9%-
XYZ75.2573.0294.13-
YUV224.66137.79136.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 215 (84.38% from 255) = 30.98%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=34.15%
G=30.98%
B=34.87%

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
Decimal2372152420.020.1100.05288.8950.9489.61
HexEDD7F22B05121335a
Octal3553273622130544163132
Binary11101101110101111111001010101101011001000011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7F2; }

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

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

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

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

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

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

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

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