#EBE8DF

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

Shades of Narvik #EBE8DF

Tints of Narvik #EBE8DF

Color information

#EBE8DF (or 0xEBE8DF) is unknown color: approx Narvik. HEX triplet: EB, E8 and DF. RGB value is (235,232,223). Sum of RGB (Red+Green+Blue) = 235+232+223=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DF is #141720. Grayscale: #E7E7E7. Windows color (decimal): -1316641 or 14674155. OLE color: 14674155.

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

Color convert

RGB235232223-
CMYK00.010.050.08
HSL45º23.08%89.8%-
HSV(B)45º5.11%92.16%-
XYZ76.4480.781.36-
YUV231.87122.99130.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=34.06%
G=33.62%
B=32.32%

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
Decimal23523222300.010.050.084523.0889.8
HexEBE8DF01582d175a
Octal353350337015105527132
Binary111010111110100011011111011011000101101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8DF; }

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

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

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

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

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

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

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

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