Html Css Color HEX #EDE9DD Narvik

📋 copy color: '#EDE9DD'

red 237 ◦ green 233 ◦ blue 221

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

Shades of Narvik #EDE9DD

Tints of Narvik #EDE9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.98%

R = 34.3%
G = 33.72%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE9DD (or 0xEDE9DD) is known color: 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

RGB 237 233 221 -
CMYK 0 0.02 0.07 0.07
HSL 45º 0.31% 0.9% -
HSV(B) 45º 0.07% 0.93% -
XYZ 77.12 81.5 80.07 -
YUV 232.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 237 233 221 0 0.02 0.07 0.07 45 0.31 0.9
Hex ED E9 DD 0 2 7 7 2D 1F 5A
Octal 355 351 335 0 2 7 7 55 37 132
Binary 11101101 11101001 11011101 0 10 111 111 101101 11111 1011010

Color Harmonies of #EDE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9DD

Black with #EDE9DD

Text Example


Text Example

White with #EDE9DD

Text Example


Text Example

HTML Codes & Css Web 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>