Html Css Color HEX #E0DCDB Ebb

📋 copy color: '#E0DCDB'

red 224 ◦ green 220 ◦ blue 219

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

Shades of Ebb #E0DCDB

Tints of Ebb #E0DCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 33.79%
G = 33.18%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0DCDB (or 0xE0DCDB) is known color: Ebb. HEX triplet: E0, DC and DB. RGB value is (224,220,219). Sum of RGB (Red+Green+Blue) = 224+220+219=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDB is #1F2324. Grayscale: #DDDDDD. Windows color (decimal): -2040613 or 14408928. OLE color: 14408928.

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

Color convert

RGB 224 220 219 -
CMYK 0 0.02 0.02 0.12
HSL 12º 0.07% 0.87% -
HSV(B) 12º 0.02% 0.88% -
XYZ 69.12 72.15 77.3 -
YUV 221.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 224 220 219 0 0.02 0.02 0.12 12 0.07 0.87
Hex E0 DC DB 0 2 2 C C 7 57
Octal 340 334 333 0 2 2 14 14 7 127
Binary 11100000 11011100 11011011 0 10 10 1100 1100 111 1010111

Color Harmonies of #E0DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCDB

Black with #E0DCDB

Text Example


Text Example

White with #E0DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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