#E6DEDB

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

Shades of Ebb #E6DEDB

Tints of Ebb #E6DEDB

Color information

#E6DEDB (or 0xE6DEDB) is unknown color: approx Ebb. HEX triplet: E6, DE and DB. RGB value is (230,222,219). Sum of RGB (Red+Green+Blue) = 230+222+219=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDB is #192124. Grayscale: #E0E0E0. Windows color (decimal): -1646885 or 14409446. OLE color: 14409446.

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

Color convert

RGB230222219-
CMYK00.030.050.10
HSL16.36º18.03%88.04%-
HSV(B)16.36º4.78%90.2%-
XYZ71.5474.1877.57-
YUV224.05125.15132.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=34.28%
G=33.08%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022221900.030.050.1016.3618.0388.04
HexE6DEDB035A101258
Octal346336333035122022130
Binary111001101101111011011011011101101010000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEDB; }

 p { color: rgb(230,222,219); }

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

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

 a { background-color: rgb(230,222,219); }

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

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

 span { border-color: rgb(230,222,219); }

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