#EBE6DE

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

Shades of White Linen #EBE6DE

Tints of White Linen #EBE6DE

Color information

#EBE6DE (or 0xEBE6DE) is unknown color: approx White Linen. HEX triplet: EB, E6 and DE. RGB value is (235,230,222). Sum of RGB (Red+Green+Blue) = 235+230+222=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6DE is #141921. Grayscale: #E6E6E6. Windows color (decimal): -1317154 or 14608107. OLE color: 14608107.

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

Color convert

RGB235230222-
CMYK00.020.060.08
HSL36.92º24.53%89.61%-
HSV(B)36.92º5.53%92.16%-
XYZ75.7479.5380.47-
YUV230.58123.16131.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=34.21%
G=33.48%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523022200.020.060.0836.9224.5389.61
HexEBE6DE026825195a
Octal353346336026104531132
Binary1110101111100110110111100101101000100101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6DE; }

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

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

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

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

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

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

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

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