#E6EBDD

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

Shades of Saltpan #E6EBDD

Tints of Saltpan #E6EBDD

Color information

#E6EBDD (or 0xE6EBDD) is unknown color: approx Saltpan. HEX triplet: E6, EB and DD. RGB value is (230,235,221). Sum of RGB (Red+Green+Blue) = 230+235+221=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBDD is #191422. Grayscale: #E7E7E7. Windows color (decimal): -1643555 or 14543846. OLE color: 14543846.

HSL color Cylindrical-coordinate representation of color #E6EBDD: hue angle of 81.43º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EBDD is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB230235221-
CMYK0.0200.060.08
HSL81.43º25.93%89.41%-
HSV(B)81.43º5.96%92.16%-
XYZ75.3981.4680.16-
YUV231.91121.84126.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=33.53%
G=34.26%
B=32.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302352210.0200.060.0881.4325.9389.41
HexE6EBDD2068511a59
Octal3463533352061012132131
Binary11100110111010111101110110011010001010001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBDD; }

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

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

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

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

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

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

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

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