Html Css Color HEX #EADAED Selago

📋 copy color: '#EADAED'

red 234 ◦ green 218 ◦ blue 237

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

Shades of Selago #EADAED

Tints of Selago #EADAED

RGB

 RED value IS 234 (91.8% from 255) = 33.96%

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

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

R = 33.96%
G = 31.64%
B = 34.4%

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

#EADAED (or 0xEADAED) is known color: Selago. HEX triplet: EA, DA and ED. RGB value is (234,218,237). Sum of RGB (Red+Green+Blue) = 234+218+237=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAED is #152512. Grayscale: #E0E0E0. Windows color (decimal): -1385747 or 15588074. OLE color: 15588074.

HSL color Cylindrical-coordinate representation of color #EADAED: hue angle of 290.53º 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 #EADAED is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 218 237 -
CMYK 0.01 0.08 0 0.07
HSL 290.53º 0.35% 0.89% -
HSV(B) 290.53º 0.08% 0.93% -
XYZ 74.29 73.75 90.44 -
YUV 224.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 234 218 237 0.01 0.08 0 0.07 290.53 0.35 0.89
Hex EA DA ED 1 8 0 7 123 23 59
Octal 352 332 355 1 10 0 7 443 43 131
Binary 11101010 11011010 11101101 1 1000 0 111 100100011 100011 1011001

Color Harmonies of #EADAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADAED

Black with #EADAED

Text Example


Text Example

White with #EADAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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