Html Css Color HEX #EBE9EB Selago

📋 copy color: '#EBE9EB'

red 235 ◦ green 233 ◦ blue 235

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

Shades of Selago #EBE9EB

Tints of Selago #EBE9EB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.14%

 BLUE value IS 235 (92.19% from 255) = 33.43%

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBE9EB (or 0xEBE9EB) is known color: Selago. HEX triplet: EB, E9 and EB. RGB value is (235,233,235). Sum of RGB (Red+Green+Blue) = 235+233+235=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9EB is #141614. Grayscale: #E9E9E9. Windows color (decimal): -1316373 or 15460843. OLE color: 15460843.

HSL color Cylindrical-coordinate representation of color #EBE9EB: hue angle of 300º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBE9EB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 235 -
CMYK 0 0.01 0 0.08
HSL 300º 0.05% 0.92% -
HSV(B) 300º 0.01% 0.92% -
XYZ 78.4 81.94 90.28 -
YUV 233.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 235 233 235 0 0.01 0 0.08 300 0.05 0.92
Hex EB E9 EB 0 1 0 8 12C 5 5C
Octal 353 351 353 0 1 0 10 454 5 134
Binary 11101011 11101001 11101011 0 1 0 1000 100101100 101 1011100

Color Harmonies of #EBE9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9EB

Black with #EBE9EB

Text Example


Text Example

White with #EBE9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE9EB; }

 p { color: rgb(235,233,235); }

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

background-color css

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

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

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

border-color css

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

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

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