Html Css Color HEX #E0DCE1 Selago

📋 copy color: '#E0DCE1'

red 224 ◦ green 220 ◦ blue 225

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

Shades of Selago #E0DCE1

Tints of Selago #E0DCE1

RGB

 RED value IS 224 (87.89% from 255) = 33.48%

 GREEN value IS 220 (86.33% from 255) = 32.88%

 BLUE value IS 225 (88.28% from 255) = 33.63%

R = 33.48%
G = 32.88%
B = 33.63%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0DCE1 (or 0xE0DCE1) is known color: Selago. HEX triplet: E0, DC and E1. RGB value is (224,220,225). Sum of RGB (Red+Green+Blue) = 224+220+225=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCE1 is #1F231E. Grayscale: #DDDDDD. Windows color (decimal): -2040607 or 14802144. OLE color: 14802144.

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

Color convert

RGB 224 220 225 -
CMYK 0.00 0.02 0 0.12
HSL 288º 0.08% 0.87% -
HSV(B) 288º 0.02% 0.88% -
XYZ 69.92 72.47 81.54 -
YUV 221.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 224 220 225 0.00 0.02 0 0.12 288 0.08 0.87
Hex E0 DC E1 0 2 0 C 120 8 57
Octal 340 334 341 0 2 0 14 440 10 127
Binary 11100000 11011100 11100001 0 10 0 1100 100100000 1000 1010111

Color Harmonies of #E0DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCE1

Black with #E0DCE1

Text Example


Text Example

White with #E0DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCE1; }

 p { color: rgb(224,220,225); }

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

background-color css

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

 a { background-color: rgb(224,220,225); }

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

border-color css

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

 span { border-color: rgb(224,220,225); }

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