#EBDFED

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

Shades of Selago #EBDFED

Tints of Selago #EBDFED

Color information

#EBDFED (or 0xEBDFED) is unknown color: approx Selago. HEX triplet: EB, DF and ED. RGB value is (235,223,237). Sum of RGB (Red+Green+Blue) = 235+223+237=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFED is #142012. Grayscale: #E4E4E4. Windows color (decimal): -1318931 or 15589355. OLE color: 15589355.

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

Color convert

RGB235223237-
CMYK0.010.0600.07
HSL291.43º28%90.2%-
HSV(B)291.43º5.91%92.94%-
XYZ75.9376.5590.89-
YUV228.18132.98132.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=33.81%
G=32.09%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352232370.010.0600.07291.432890.2
HexEBDFED16071231c5a
Octal353337355160744334132
Binary11101011110111111110110111100111100100011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFED; }

 p { color: rgb(235,223,237); }

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

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

 a { background-color: rgb(235,223,237); }

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

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

 span { border-color: rgb(235,223,237); }

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