Html Css Color HEX #EDE9DB Narvik

📋 copy color: '#EDE9DB'

red 237 ◦ green 233 ◦ blue 219

#EDE9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Narvik #EDE9DB

Tints of Narvik #EDE9DB

RGB

 RED value IS 237 (92.97% from 255) = 34.4%

 GREEN value IS 233 (91.41% from 255) = 33.82%

 BLUE value IS 219 (85.94% from 255) = 31.79%

R = 34.4%
G = 33.82%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE9DB (or 0xEDE9DB) is known color: Narvik. HEX triplet: ED, E9 and DB. RGB value is (237,233,219). Sum of RGB (Red+Green+Blue) = 237+233+219=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9DB is #121624. Grayscale: #E8E8E8. Windows color (decimal): -1185317 or 14412269. OLE color: 14412269.

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

Color convert

RGB 237 233 219 -
CMYK 0 0.02 0.08 0.07
HSL 46.67º 0.33% 0.89% -
HSV(B) 46.67º 0.08% 0.93% -
XYZ 76.85 81.4 78.68 -
YUV 232.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 237 233 219 0 0.02 0.08 0.07 46.67 0.33 0.89
Hex ED E9 DB 0 2 8 7 2F 21 59
Octal 355 351 333 0 2 10 7 57 41 131
Binary 11101101 11101001 11011011 0 10 1000 111 101111 100001 1011001

Color Harmonies of #EDE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9DB

Black with #EDE9DB

Text Example


Text Example

White with #EDE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9DB; }

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

 H1.HeaderClassName
 {
   color: #EDE9DB;
 }
 .AnyTagClassName
 {
   color: #EDE9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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