Html Css Color HEX #EBDAED Selago

📋 copy color: '#EBDAED'

red 235 ◦ green 218 ◦ blue 237

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

Shades of Selago #EBDAED

Tints of Selago #EBDAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.59%

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

R = 34.06%
G = 31.59%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBDAED (or 0xEBDAED) is known color: Selago. HEX triplet: EB, DA and ED. RGB value is (235,218,237). Sum of RGB (Red+Green+Blue) = 235+218+237=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAED is #142512. Grayscale: #E1E1E1. Windows color (decimal): -1320211 or 15588075. OLE color: 15588075.

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

Color convert

RGB 235 218 237 -
CMYK 0.01 0.08 0 0.07
HSL 293.68º 0.35% 0.89% -
HSV(B) 293.68º 0.08% 0.93% -
XYZ 74.62 73.92 90.46 -
YUV 225.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 235 218 237 0.01 0.08 0 0.07 293.68 0.35 0.89
Hex EB DA ED 1 8 0 7 126 23 59
Octal 353 332 355 1 10 0 7 446 43 131
Binary 11101011 11011010 11101101 1 1000 0 111 100100110 100011 1011001

Color Harmonies of #EBDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAED

Black with #EBDAED

Text Example


Text Example

White with #EBDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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