#EDD6F2

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

Shades of Selago #EDD6F2

Tints of Selago #EDD6F2

Color information

#EDD6F2 (or 0xEDD6F2) is unknown color: approx Selago. HEX triplet: ED, D6 and F2. RGB value is (237,214,242). Sum of RGB (Red+Green+Blue) = 237+214+242=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F2 is #12290D. Grayscale: #DFDFDF. Windows color (decimal): -1190158 or 15914733. OLE color: 15914733.

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

Color convert

RGB237214242-
CMYK0.020.1200.05
HSL289.29º51.85%89.41%-
HSV(B)289.29º11.57%94.9%-
XYZ7572.5194.05-
YUV224.07138.12137.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 214 (83.98% from 255) = 30.88%
BLUE value IS 242 (94.92% from 255) = 34.92%
R=34.20%
G=30.88%
B=34.92%

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
Decimal2372142420.020.1200.05289.2951.8589.41
HexEDD6F22C051213459
Octal3553263622140544164131
Binary11101101110101101111001010110001011001000011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6F2; }

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

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

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

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

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

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

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

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