#EBD7F0

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

Shades of Selago #EBD7F0

Tints of Selago #EBD7F0

Color information

#EBD7F0 (or 0xEBD7F0) is unknown color: approx Selago. HEX triplet: EB, D7 and F0. RGB value is (235,215,240). Sum of RGB (Red+Green+Blue) = 235+215+240=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBD7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7F0 is #14280F. Grayscale: #DFDFDF. Windows color (decimal): -1320976 or 15783915. OLE color: 15783915.

HSL color Cylindrical-coordinate representation of color #EBD7F0: hue angle of 288º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD7F0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235215240-
CMYK0.020.1000.06
HSL288º45.45%89.22%-
HSV(B)288º10.42%94.12%-
XYZ74.2972.5592.53-
YUV223.83137.13135.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=34.06%
G=31.16%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352152400.020.1000.0628845.4589.22
HexEBD7F02A061202d59
Octal3533273602120644055131
Binary11101011110101111111000010101001101001000001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7F0; }

 p { color: rgb(235,215,240); }

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

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

 a { background-color: rgb(235,215,240); }

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

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

 span { border-color: rgb(235,215,240); }

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