#EBE7DA

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

Shades of Narvik #EBE7DA

Tints of Narvik #EBE7DA

Color information

#EBE7DA (or 0xEBE7DA) is unknown color: approx Narvik. HEX triplet: EB, E7 and DA. RGB value is (235,231,218). Sum of RGB (Red+Green+Blue) = 235+231+218=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7DA is #141825. Grayscale: #E6E6E6. Windows color (decimal): -1316902 or 14346219. OLE color: 14346219.

HSL color Cylindrical-coordinate representation of color #EBE7DA: hue angle of 45.88º 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 #EBE7DA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235231218-
CMYK00.020.070.08
HSL45.88º29.82%88.82%-
HSV(B)45.88º7.23%92.16%-
XYZ75.4979.8877.77-
YUV230.71120.83131.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=34.36%
G=33.77%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523121800.020.070.0845.8829.8288.82
HexEBE7DA02782e1e59
Octal353347332027105636131
Binary1110101111100111110110100101111000101110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7DA; }

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

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

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

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

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

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

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

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