#EBE8DA

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

Shades of Narvik #EBE8DA

Tints of Narvik #EBE8DA

Color information

#EBE8DA (or 0xEBE8DA) is unknown color: approx Narvik. HEX triplet: EB, E8 and DA. RGB value is (235,232,218). Sum of RGB (Red+Green+Blue) = 235+232+218=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DA is #141725. Grayscale: #E7E7E7. Windows color (decimal): -1316646 or 14346475. OLE color: 14346475.

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

Color convert

RGB235232218-
CMYK00.010.070.08
HSL49.41º29.82%88.82%-
HSV(B)49.41º7.23%92.16%-
XYZ75.7780.4477.86-
YUV231.3120.49130.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=34.31%
G=33.87%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221800.010.070.0849.4129.8288.82
HexEBE8DA0178311e59
Octal353350332017106136131
Binary111010111110100011011010011111000110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8DA; }

 p { color: rgb(235,232,218); }

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

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

 a { background-color: rgb(235,232,218); }

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

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

 span { border-color: rgb(235,232,218); }

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