#E7DCDA

Color #E7DCDA Ebb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebb #E7DCDA

Tints of Ebb #E7DCDA

Color information

#E7DCDA (or 0xE7DCDA) is unknown color: approx Ebb. HEX triplet: E7, DC and DA. RGB value is (231,220,218). Sum of RGB (Red+Green+Blue) = 231+220+218=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDA is #182325. Grayscale: #DFDFDF. Windows color (decimal): -1581862 or 14343399. OLE color: 14343399.

HSL color Cylindrical-coordinate representation of color #E7DCDA: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DCDA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231220218-
CMYK00.050.060.09
HSL9.23º21.31%88.04%-
HSV(B)9.23º5.63%90.59%-
XYZ71.273.2476.71-
YUV223.06125.14133.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=34.53%
G=32.88%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122021800.050.060.099.2321.3188.04
HexE7DCDA056991558
Octal347334332056111125130
Binary111001111101110011011010010111010011001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCDA; }

 p { color: rgb(231,220,218); }

 H1.HeaderClassName
 {
   color: #E7DCDA;
 }
 .AnyTagClassName
 {
   color: #E7DCDA;
 }
</style>
background-color css

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

 a { background-color: rgb(231,220,218); }

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

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

 span { border-color: rgb(231,220,218); }

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