#EBD5F0

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

Shades of Selago #EBD5F0

Tints of Selago #EBD5F0

Color information

#EBD5F0 (or 0xEBD5F0) is unknown color: approx Selago. HEX triplet: EB, D5 and F0. RGB value is (235,213,240). Sum of RGB (Red+Green+Blue) = 235+213+240=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBD5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5F0 is #142A0F. Grayscale: #DEDEDE. Windows color (decimal): -1321488 or 15783403. OLE color: 15783403.

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

Color convert

RGB235213240-
CMYK0.020.1100.06
HSL288.89º47.37%88.82%-
HSV(B)288.89º11.25%94.12%-
XYZ73.7871.5492.36-
YUV222.66137.79136.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=34.16%
G=30.96%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352132400.020.1100.06288.8947.3788.82
HexEBD5F02B061212f59
Octal3533253602130644157131
Binary11101011110101011111000010101101101001000011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5F0; }

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

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

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

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

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

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

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

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