Html Css Color HEX #EBDEEF Selago

📋 copy color: '#EBDEEF'

red 235 ◦ green 222 ◦ blue 239

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

Shades of Selago #EBDEEF

Tints of Selago #EBDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.9%

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

R = 33.76%
G = 31.9%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBDEEF (or 0xEBDEEF) is known color: Selago. HEX triplet: EB, DE and EF. RGB value is (235,222,239). Sum of RGB (Red+Green+Blue) = 235+222+239=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEEF is #142110. Grayscale: #E3E3E3. Windows color (decimal): -1319185 or 15720171. OLE color: 15720171.

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

Color convert

RGB 235 222 239 -
CMYK 0.02 0.07 0 0.06
HSL 285.88º 0.35% 0.9% -
HSV(B) 285.88º 0.07% 0.94% -
XYZ 75.96 76.14 92.35 -
YUV 227.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 235 222 239 0.02 0.07 0 0.06 285.88 0.35 0.9
Hex EB DE EF 2 7 0 6 11E 23 5A
Octal 353 336 357 2 7 0 6 436 43 132
Binary 11101011 11011110 11101111 10 111 0 110 100011110 100011 1011010

Color Harmonies of #EBDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEEF

Black with #EBDEEF

Text Example


Text Example

White with #EBDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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