#E6DDDA

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

Shades of Ebb #E6DDDA

Tints of Ebb #E6DDDA

Color information

#E6DDDA (or 0xE6DDDA) is unknown color: approx Ebb. HEX triplet: E6, DD and DA. RGB value is (230,221,218). Sum of RGB (Red+Green+Blue) = 230+221+218=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDDA is #192225. Grayscale: #DFDFDF. Windows color (decimal): -1647142 or 14343654. OLE color: 14343654.

HSL color Cylindrical-coordinate representation of color #E6DDDA: hue angle of 15º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DDDA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230221218-
CMYK00.040.050.10
HSL15º19.35%87.84%-
HSV(B)15º5.22%90.2%-
XYZ71.1473.676.79-
YUV223.35124.98132.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=34.38%
G=33.03%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022121800.040.050.101519.3587.84
HexE6DDDA045Af1358
Octal346335332045121723130
Binary111001101101110111011010010010110101111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDDA; }

 p { color: rgb(230,221,218); }

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

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

 a { background-color: rgb(230,221,218); }

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

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

 span { border-color: rgb(230,221,218); }

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