#EDD5F1

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

Shades of Selago #EDD5F1

Tints of Selago #EDD5F1

Color information

#EDD5F1 (or 0xEDD5F1) is unknown color: approx Selago. HEX triplet: ED, D5 and F1. RGB value is (237,213,241). Sum of RGB (Red+Green+Blue) = 237+213+241=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F1 is #122A0E. Grayscale: #DFDFDF. Windows color (decimal): -1190415 or 15848941. OLE color: 15848941.

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

Color convert

RGB237213241-
CMYK0.020.1200.05
HSL291.43º50%89.02%-
HSV(B)291.43º11.62%94.51%-
XYZ74.671.9493.17-
YUV223.37137.95137.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=34.30%
G=30.82%
B=34.88%

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
Decimal2372132410.020.1200.05291.435089.02
HexEDD5F12C051233259
Octal3553253612140544362131
Binary11101101110101011111000110110001011001000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5F1; }

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

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

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

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

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

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

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

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