#E7E5DF

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

Shades of Narvik #E7E5DF

Tints of Narvik #E7E5DF

Color information

#E7E5DF (or 0xE7E5DF) is unknown color: approx Narvik. HEX triplet: E7, E5 and DF. RGB value is (231,229,223). Sum of RGB (Red+Green+Blue) = 231+229+223=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5DF is #181A20. Grayscale: #E4E4E4. Windows color (decimal): -1579553 or 14673383. OLE color: 14673383.

HSL color Cylindrical-coordinate representation of color #E7E5DF: hue angle of 45º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7E5DF is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231229223-
CMYK00.010.030.09
HSL45º14.29%89.02%-
HSV(B)45º3.46%90.59%-
XYZ74.2978.3681.02-
YUV228.91124.66129.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=33.82%
G=33.53%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122922300.010.030.094514.2989.02
HexE7E5DF01392de59
Octal347345337013115516131
Binary1110011111100101110111110111100110110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5DF; }

 p { color: rgb(231,229,223); }

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

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

 a { background-color: rgb(231,229,223); }

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

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

 span { border-color: rgb(231,229,223); }

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