#E6DCD9

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

Shades of Ebb #E6DCD9

Tints of Ebb #E6DCD9

Color information

#E6DCD9 (or 0xE6DCD9) is unknown color: approx Ebb. HEX triplet: E6, DC and D9. RGB value is (230,220,217). Sum of RGB (Red+Green+Blue) = 230+220+217=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCD9 is #192326. Grayscale: #DEDEDE. Windows color (decimal): -1647399 or 14277862. OLE color: 14277862.

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

Color convert

RGB230220217-
CMYK00.040.060.10
HSL13.85º20.63%87.65%-
HSV(B)13.85º5.65%90.2%-
XYZ70.7573.0276.01-
YUV222.65124.81133.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=34.48%
G=32.98%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022021700.040.060.1013.8520.6387.65
HexE6DCD9046Ae1558
Octal346334331046121625130
Binary111001101101110011011001010011010101110101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCD9; }

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

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

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

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

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

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

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

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