Html Css Color HEX #E4DBDA Gainsboro

📋 copy color: '#E4DBDA'

red 228 ◦ green 219 ◦ blue 218

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

Shades of Gainsboro #E4DBDA

Tints of Gainsboro #E4DBDA

RGB

 RED value IS 228 (89.45% from 255) = 34.29%

 GREEN value IS 219 (85.94% from 255) = 32.93%

 BLUE value IS 218 (85.55% from 255) = 32.78%

R = 34.29%
G = 32.93%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E4DBDA (or 0xE4DBDA) is known color: Gainsboro. HEX triplet: E4, DB and DA. RGB value is (228,219,218). Sum of RGB (Red+Green+Blue) = 228+219+218=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBDA is #1B2425. Grayscale: #DDDDDD. Windows color (decimal): -1778726 or 14343140. OLE color: 14343140.

HSL color Cylindrical-coordinate representation of color #E4DBDA: hue angle of 6º 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 #E4DBDA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 219 218 -
CMYK 0 0.04 0.04 0.11
HSL 0.16% 0.87% -
HSV(B) 0.04% 0.89% -
XYZ 69.98 72.22 76.58 -
YUV 221.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 228 219 218 0 0.04 0.04 0.11 6 0.16 0.87
Hex E4 DB DA 0 4 4 B 6 10 57
Octal 344 333 332 0 4 4 13 6 20 127
Binary 11100100 11011011 11011010 0 100 100 1011 110 10000 1010111

Color Harmonies of #E4DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DBDA

Black with #E4DBDA

Text Example


Text Example

White with #E4DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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