#EDDBF2

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

Shades of Selago #EDDBF2

Tints of Selago #EDDBF2

Color information

#EDDBF2 (or 0xEDDBF2) is unknown color: approx Selago. HEX triplet: ED, DB and F2. RGB value is (237,219,242). Sum of RGB (Red+Green+Blue) = 237+219+242=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF2 is #12240D. Grayscale: #E2E2E2. Windows color (decimal): -1188878 or 15916013. OLE color: 15916013.

HSL color Cylindrical-coordinate representation of color #EDDBF2: hue angle of 286.96º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDBF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237219242-
CMYK0.020.1000.05
HSL286.96º46.94%90.39%-
HSV(B)286.96º9.5%94.9%-
XYZ76.2875.0894.48-
YUV227136.46135.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=33.95%
G=31.38%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372192420.020.1000.05286.9646.9490.39
HexEDDBF22A0511f2f5a
Octal3553333622120543757132
Binary11101101110110111111001010101001011000111111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBF2; }

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

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

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

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

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

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

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

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