Html Css Color HEX #EBE2ED Selago

📋 copy color: '#EBE2ED'

red 235 ◦ green 226 ◦ blue 237

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

Shades of Selago #EBE2ED

Tints of Selago #EBE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.38%

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 33.67%
G = 32.38%
B = 33.95%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBE2ED (or 0xEBE2ED) is known color: Selago. HEX triplet: EB, E2 and ED. RGB value is (235,226,237). Sum of RGB (Red+Green+Blue) = 235+226+237=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2ED is #141D12. Grayscale: #E5E5E5. Windows color (decimal): -1318163 or 15590123. OLE color: 15590123.

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

Color convert

RGB 235 226 237 -
CMYK 0.01 0.05 0 0.07
HSL 289.09º 0.23% 0.91% -
HSV(B) 289.09º 0.05% 0.93% -
XYZ 76.74 78.17 91.16 -
YUV 229.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 235 226 237 0.01 0.05 0 0.07 289.09 0.23 0.91
Hex EB E2 ED 1 5 0 7 121 17 5B
Octal 353 342 355 1 5 0 7 441 27 133
Binary 11101011 11100010 11101101 1 101 0 111 100100001 10111 1011011

Color Harmonies of #EBE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2ED

Black with #EBE2ED

Text Example


Text Example

White with #EBE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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