#EDD5F2

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

Shades of Selago #EDD5F2

Tints of Selago #EDD5F2

Color information

#EDD5F2 (or 0xEDD5F2) is unknown color: approx Selago. HEX triplet: ED, D5 and F2. RGB value is (237,213,242). Sum of RGB (Red+Green+Blue) = 237+213+242=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F2 is #122A0D. Grayscale: #DFDFDF. Windows color (decimal): -1190414 or 15914477. OLE color: 15914477.

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

Color convert

RGB237213242-
CMYK0.020.1200.05
HSL289.66º52.73%89.22%-
HSV(B)289.66º11.98%94.9%-
XYZ74.757293.96-
YUV223.48138.45137.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 213 (83.59% from 255) = 30.78%
BLUE value IS 242 (94.92% from 255) = 34.97%
R=34.25%
G=30.78%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372132420.020.1200.05289.6652.7389.22
HexEDD5F22C051223559
Octal3553253622140544265131
Binary11101101110101011111001010110001011001000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5F2; }

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

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

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

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

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

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

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

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