#EAE8DF

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

Shades of Narvik #EAE8DF

Tints of Narvik #EAE8DF

Color information

#EAE8DF (or 0xEAE8DF) is unknown color: approx Narvik. HEX triplet: EA, E8 and DF. RGB value is (234,232,223). Sum of RGB (Red+Green+Blue) = 234+232+223=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8DF is #151720. Grayscale: #E7E7E7. Windows color (decimal): -1382177 or 14674154. OLE color: 14674154.

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

Color convert

RGB234232223-
CMYK00.010.050.08
HSL49.09º20.75%89.61%-
HSV(B)49.09º4.7%91.76%-
XYZ76.1180.5381.35-
YUV231.57123.16129.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=33.96%
G=33.67%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423222300.010.050.0849.0920.7589.61
HexEAE8DF015831155a
Octal352350337015106125132
Binary111010101110100011011111011011000110001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8DF; }

 p { color: rgb(234,232,223); }

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

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

 a { background-color: rgb(234,232,223); }

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

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

 span { border-color: rgb(234,232,223); }

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