#EDE9DD

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

Shades of Narvik #EDE9DD

Tints of Narvik #EDE9DD

Color information

#EDE9DD (or 0xEDE9DD) is unknown color: approx Narvik. HEX triplet: ED, E9 and DD. RGB value is (237,233,221). Sum of RGB (Red+Green+Blue) = 237+233+221=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9DD is #121622. Grayscale: #E8E8E8. Windows color (decimal): -1185315 or 14543341. OLE color: 14543341.

HSL color Cylindrical-coordinate representation of color #EDE9DD: hue angle of 45º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE9DD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237233221-
CMYK00.020.070.07
HSL45º30.77%89.8%-
HSV(B)45º6.75%92.94%-
XYZ77.1281.580.07-
YUV232.83121.33130.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=34.30%
G=33.72%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723322100.020.070.074530.7789.8
HexEDE9DD02772d1f5a
Octal35535133502775537132
Binary111011011110100111011101010111111101101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9DD; }

 p { color: rgb(237,233,221); }

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

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

 a { background-color: rgb(237,233,221); }

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

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

 span { border-color: rgb(237,233,221); }

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