Html Css Color HEX #EADBED Selago

📋 copy color: '#EADBED'

red 234 ◦ green 219 ◦ blue 237

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

Shades of Selago #EADBED

Tints of Selago #EADBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.74%

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

R = 33.91%
G = 31.74%
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

#EADBED (or 0xEADBED) is known color: Selago. HEX triplet: EA, DB and ED. RGB value is (234,219,237). Sum of RGB (Red+Green+Blue) = 234+219+237=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 219 (85.94% from 255 or 31.74% 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 #EADBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBED is #152412. Grayscale: #E1E1E1. Windows color (decimal): -1385491 or 15588330. OLE color: 15588330.

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

Color convert

RGB 234 219 237 -
CMYK 0.01 0.08 0 0.07
HSL 290º 0.33% 0.89% -
HSV(B) 290º 0.08% 0.93% -
XYZ 74.55 74.27 90.53 -
YUV 225.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 234 219 237 0.01 0.08 0 0.07 290 0.33 0.89
Hex EA DB ED 1 8 0 7 122 21 59
Octal 352 333 355 1 10 0 7 442 41 131
Binary 11101010 11011011 11101101 1 1000 0 111 100100010 100001 1011001

Color Harmonies of #EADBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBED

Black with #EADBED

Text Example


Text Example

White with #EADBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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