#EAE7DD

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

Shades of Narvik #EAE7DD

Tints of Narvik #EAE7DD

Color information

#EAE7DD (or 0xEAE7DD) is unknown color: approx Narvik. HEX triplet: EA, E7 and DD. RGB value is (234,231,221). Sum of RGB (Red+Green+Blue) = 234+231+221=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7DD is #151822. Grayscale: #E6E6E6. Windows color (decimal): -1382435 or 14542826. OLE color: 14542826.

HSL color Cylindrical-coordinate representation of color #EAE7DD: hue angle of 46.15º degrees, saturation: 0.24, 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 #EAE7DD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234231221-
CMYK00.010.060.08
HSL46.15º23.64%89.22%-
HSV(B)46.15º5.56%91.76%-
XYZ75.5679.8679.84-
YUV230.76122.49130.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=34.11%
G=33.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423122100.010.060.0846.1523.6489.22
HexEAE7DD01682e1859
Octal352347335016105630131
Binary111010101110011111011101011101000101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7DD; }

 p { color: rgb(234,231,221); }

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

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

 a { background-color: rgb(234,231,221); }

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

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

 span { border-color: rgb(234,231,221); }

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