Html Css Color HEX #E1DDE2 Selago

📋 copy color: '#E1DDE2'

red 225 ◦ green 221 ◦ blue 226

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

Shades of Selago #E1DDE2

Tints of Selago #E1DDE2

RGB

 RED value IS 225 (88.28% from 255) = 33.48%

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

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 33.48%
G = 32.89%
B = 33.63%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E1DDE2 (or 0xE1DDE2) is known color: Selago. HEX triplet: E1, DD and E2. RGB value is (225,221,226). Sum of RGB (Red+Green+Blue) = 225+221+226=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1DDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDE2 is #1E221D. Grayscale: #DEDEDE. Windows color (decimal): -1974814 or 14867937. OLE color: 14867937.

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

Color convert

RGB 225 221 226 -
CMYK 0.00 0.02 0 0.11
HSL 288º 0.08% 0.88% -
HSV(B) 288º 0.02% 0.89% -
XYZ 70.64 73.21 82.36 -
YUV 222.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 225 221 226 0.00 0.02 0 0.11 288 0.08 0.88
Hex E1 DD E2 0 2 0 B 120 8 58
Octal 341 335 342 0 2 0 13 440 10 130
Binary 11100001 11011101 11100010 0 10 0 1011 100100000 1000 1011000

Color Harmonies of #E1DDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDE2

Black with #E1DDE2

Text Example


Text Example

White with #E1DDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDE2; }

 p { color: rgb(225,221,226); }

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

background-color css

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

 a { background-color: rgb(225,221,226); }

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

border-color css

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

 span { border-color: rgb(225,221,226); }

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