#EBD4F0

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

Shades of Selago #EBD4F0

Tints of Selago #EBD4F0

Color information

#EBD4F0 (or 0xEBD4F0) is unknown color: approx Selago. HEX triplet: EB, D4 and F0. RGB value is (235,212,240). Sum of RGB (Red+Green+Blue) = 235+212+240=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4F0 is #142B0F. Grayscale: #DDDDDD. Windows color (decimal): -1321744 or 15783147. OLE color: 15783147.

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

Color convert

RGB235212240-
CMYK0.020.1200.06
HSL289.29º48.28%88.63%-
HSV(B)289.29º11.67%94.12%-
XYZ73.5371.0492.27-
YUV222.07138.12137.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 212 (83.20% from 255) = 30.86%
BLUE value IS 240 (94.14% from 255) = 34.93%
R=34.21%
G=30.86%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352122400.020.1200.06289.2948.2888.63
HexEBD4F02C061213059
Octal3533243602140644160131
Binary11101011110101001111000010110001101001000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4F0; }

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

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

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

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

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

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

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

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