Html Css Color HEX #EBE0ED Selago

📋 copy color: '#EBE0ED'

red 235 ◦ green 224 ◦ blue 237

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

Shades of Selago #EBE0ED

Tints of Selago #EBE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.18%

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

R = 33.76%
G = 32.18%
B = 34.05%

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

#EBE0ED (or 0xEBE0ED) is known color: Selago. HEX triplet: EB, E0 and ED. RGB value is (235,224,237). Sum of RGB (Red+Green+Blue) = 235+224+237=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0ED is #141F12. Grayscale: #E4E4E4. Windows color (decimal): -1318675 or 15589611. OLE color: 15589611.

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

Color convert

RGB 235 224 237 -
CMYK 0.01 0.05 0 0.07
HSL 290.77º 0.27% 0.9% -
HSV(B) 290.77º 0.05% 0.93% -
XYZ 76.2 77.09 90.98 -
YUV 228.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 235 224 237 0.01 0.05 0 0.07 290.77 0.27 0.9
Hex EB E0 ED 1 5 0 7 123 1B 5A
Octal 353 340 355 1 5 0 7 443 33 132
Binary 11101011 11100000 11101101 1 101 0 111 100100011 11011 1011010

Color Harmonies of #EBE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0ED

Black with #EBE0ED

Text Example


Text Example

White with #EBE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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