#EDD8F2

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

Shades of Selago #EDD8F2

Tints of Selago #EDD8F2

Color information

#EDD8F2 (or 0xEDD8F2) is unknown color: approx Selago. HEX triplet: ED, D8 and F2. RGB value is (237,216,242). Sum of RGB (Red+Green+Blue) = 237+216+242=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8F2 is #12270D. Grayscale: #E1E1E1. Windows color (decimal): -1189646 or 15915245. OLE color: 15915245.

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

Color convert

RGB237216242-
CMYK0.020.1100.05
HSL288.46º50%89.8%-
HSV(B)288.46º10.74%94.9%-
XYZ75.5173.5394.22-
YUV225.24137.46136.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 242 (94.92% from 255) = 34.82%
R=34.10%
G=31.08%
B=34.82%

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
Decimal2372162420.020.1100.05288.465089.8
HexEDD8F22B05120325a
Octal3553303622130544062132
Binary11101101110110001111001010101101011001000001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8F2; }

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

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

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

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

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

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

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

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