Html Css Color HEX #EBDAEF Selago

📋 copy color: '#EBDAEF'

red 235 ◦ green 218 ◦ blue 239

#EBDAEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #EBDAEF

Tints of Selago #EBDAEF

RGB

 RED value IS 235 (92.19% from 255) = 33.96%

 GREEN value IS 218 (85.55% from 255) = 31.5%

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 33.96%
G = 31.5%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBDAEF (or 0xEBDAEF) is known color: Selago. HEX triplet: EB, DA and EF. RGB value is (235,218,239). Sum of RGB (Red+Green+Blue) = 235+218+239=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAEF is #142510. Grayscale: #E1E1E1. Windows color (decimal): -1320209 or 15719147. OLE color: 15719147.

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

Color convert

RGB 235 218 239 -
CMYK 0.02 0.09 0 0.06
HSL 288.57º 0.4% 0.9% -
HSV(B) 288.57º 0.09% 0.94% -
XYZ 74.91 74.04 92 -
YUV 225.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 235 218 239 0.02 0.09 0 0.06 288.57 0.4 0.9
Hex EB DA EF 2 9 0 6 121 28 5A
Octal 353 332 357 2 11 0 6 441 50 132
Binary 11101011 11011010 11101111 10 1001 0 110 100100001 101000 1011010

Color Harmonies of #EBDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAEF

Black with #EBDAEF

Text Example


Text Example

White with #EBDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAEF; }

 p { color: rgb(235,218,239); }

 H1.HeaderClassName
 {
   color: #EBDAEF;
 }
 .AnyTagClassName
 {
   color: #EBDAEF;
 }
</style>

background-color css

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

 a { background-color: rgb(235,218,239); }

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

border-color css

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

 span { border-color: rgb(235,218,239); }

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