Html Css Color HEX #E2DAE4 Selago

📋 copy color: '#E2DAE4'

red 226 ◦ green 218 ◦ blue 228

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

Shades of Selago #E2DAE4

Tints of Selago #E2DAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 33.63%
G = 32.44%
B = 33.93%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E2DAE4 (or 0xE2DAE4) is known color: Selago. HEX triplet: E2, DA and E4. RGB value is (226,218,228). Sum of RGB (Red+Green+Blue) = 226+218+228=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2DAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DAE4 is #1D251B. Grayscale: #DDDDDD. Windows color (decimal): -1910044 or 14998242. OLE color: 14998242.

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

Color convert

RGB 226 218 228 -
CMYK 0.01 0.04 0 0.11
HSL 288º 0.16% 0.87% -
HSV(B) 288º 0.04% 0.89% -
XYZ 70.44 71.91 83.57 -
YUV 221.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 226 218 228 0.01 0.04 0 0.11 288 0.16 0.87
Hex E2 DA E4 1 4 0 B 120 10 57
Octal 342 332 344 1 4 0 13 440 20 127
Binary 11100010 11011010 11100100 1 100 0 1011 100100000 10000 1010111

Color Harmonies of #E2DAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DAE4

Black with #E2DAE4

Text Example


Text Example

White with #E2DAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DAE4; }

 p { color: rgb(226,218,228); }

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

background-color css

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

 a { background-color: rgb(226,218,228); }

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

border-color css

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

 span { border-color: rgb(226,218,228); }

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