Html Css Color HEX #EBE5EB Selago

📋 copy color: '#EBE5EB'

red 235 ◦ green 229 ◦ blue 235

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

Shades of Selago #EBE5EB

Tints of Selago #EBE5EB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.76%

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

R = 33.62%
G = 32.76%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBE5EB (or 0xEBE5EB) is known color: Selago. HEX triplet: EB, E5 and EB. RGB value is (235,229,235). Sum of RGB (Red+Green+Blue) = 235+229+235=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5EB is #141A14. Grayscale: #E7E7E7. Windows color (decimal): -1317397 or 15459819. OLE color: 15459819.

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

Color convert

RGB 235 229 235 -
CMYK 0 0.03 0 0.08
HSL 300º 0.13% 0.91% -
HSV(B) 300º 0.03% 0.92% -
XYZ 77.28 79.7 89.91 -
YUV 231.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 235 229 235 0 0.03 0 0.08 300 0.13 0.91
Hex EB E5 EB 0 3 0 8 12C D 5B
Octal 353 345 353 0 3 0 10 454 15 133
Binary 11101011 11100101 11101011 0 11 0 1000 100101100 1101 1011011

Color Harmonies of #EBE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5EB

Black with #EBE5EB

Text Example


Text Example

White with #EBE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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