#E6DCDA

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

Shades of Ebb #E6DCDA

Tints of Ebb #E6DCDA

Color information

#E6DCDA (or 0xE6DCDA) is unknown color: approx Ebb. HEX triplet: E6, DC and DA. RGB value is (230,220,218). Sum of RGB (Red+Green+Blue) = 230+220+218=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDA is #192325. Grayscale: #DEDEDE. Windows color (decimal): -1647398 or 14343398. OLE color: 14343398.

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

Color convert

RGB230220218-
CMYK00.040.050.10
HSL10º19.35%87.84%-
HSV(B)10º5.22%90.2%-
XYZ70.8873.0776.7-
YUV222.76125.31133.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=34.43%
G=32.93%
B=32.63%

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
Decimal23022021800.040.050.101019.3587.84
HexE6DCDA045Aa1358
Octal346334332045121223130
Binary111001101101110011011010010010110101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCDA; }

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

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

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

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

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

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

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

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