#EDDBF0

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

Shades of Selago #EDDBF0

Tints of Selago #EDDBF0

Color information

#EDDBF0 (or 0xEDDBF0) is unknown color: approx Selago. HEX triplet: ED, DB and F0. RGB value is (237,219,240). Sum of RGB (Red+Green+Blue) = 237+219+240=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF0 is #12240F. Grayscale: #E2E2E2. Windows color (decimal): -1188880 or 15784941. OLE color: 15784941.

HSL color Cylindrical-coordinate representation of color #EDDBF0: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDBF0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237219240-
CMYK0.010.0900.06
HSL291.43º41.18%90%-
HSV(B)291.43º8.75%94.12%-
XYZ75.9874.9692.9-
YUV226.78135.46135.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=34.05%
G=31.47%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372192400.010.0900.06291.4341.1890
HexEDDBF01906123295a
Octal3553333601110644351132
Binary1110110111011011111100001100101101001000111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBF0; }

 p { color: rgb(237,219,240); }

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

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

 a { background-color: rgb(237,219,240); }

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

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

 span { border-color: rgb(237,219,240); }

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