Html Css Color HEX #EADDEB Selago

📋 copy color: '#EADDEB'

red 234 ◦ green 221 ◦ blue 235

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

Shades of Selago #EADDEB

Tints of Selago #EADDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.03%

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

R = 33.91%
G = 32.03%
B = 34.06%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EADDEB (or 0xEADDEB) is known color: Selago. HEX triplet: EA, DD and EB. RGB value is (234,221,235). Sum of RGB (Red+Green+Blue) = 234+221+235=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEB is #152214. Grayscale: #E2E2E2. Windows color (decimal): -1384981 or 15457770. OLE color: 15457770.

HSL color Cylindrical-coordinate representation of color #EADDEB: hue angle of 295.71º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDEB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 235 -
CMYK 0.00 0.06 0 0.08
HSL 295.71º 0.26% 0.89% -
HSV(B) 295.71º 0.06% 0.92% -
XYZ 74.78 75.2 89.17 -
YUV 226.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 234 221 235 0.00 0.06 0 0.08 295.71 0.26 0.89
Hex EA DD EB 0 6 0 8 128 1A 59
Octal 352 335 353 0 6 0 10 450 32 131
Binary 11101010 11011101 11101011 0 110 0 1000 100101000 11010 1011001

Color Harmonies of #EADDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDEB

Black with #EADDEB

Text Example


Text Example

White with #EADDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDEB; }

 p { color: rgb(234,221,235); }

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

background-color css

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

 a { background-color: rgb(234,221,235); }

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

border-color css

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

 span { border-color: rgb(234,221,235); }

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