Html Css Color HEX #ECE8DB Narvik

📋 copy color: '#ECE8DB'

red 236 ◦ green 232 ◦ blue 219

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

Shades of Narvik #ECE8DB

Tints of Narvik #ECE8DB

RGB

 RED value IS 236 (92.58% from 255) = 34.35%

 GREEN value IS 232 (91.02% from 255) = 33.77%

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

R = 34.35%
G = 33.77%
B = 31.88%

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

#ECE8DB (or 0xECE8DB) is known color: Narvik. HEX triplet: EC, E8 and DB. RGB value is (236,232,219). Sum of RGB (Red+Green+Blue) = 236+232+219=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DB is #131724. Grayscale: #E7E7E7. Windows color (decimal): -1251109 or 14412012. OLE color: 14412012.

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

Color convert

RGB 236 232 219 -
CMYK 0 0.02 0.07 0.07
HSL 45.88º 0.31% 0.89% -
HSV(B) 45.88º 0.07% 0.93% -
XYZ 76.23 80.66 78.57 -
YUV 231.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 236 232 219 0 0.02 0.07 0.07 45.88 0.31 0.89
Hex EC E8 DB 0 2 7 7 2E 1F 59
Octal 354 350 333 0 2 7 7 56 37 131
Binary 11101100 11101000 11011011 0 10 111 111 101110 11111 1011001

Color Harmonies of #ECE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE8DB

Black with #ECE8DB

Text Example


Text Example

White with #ECE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE8DB; }

 p { color: rgb(236,232,219); }

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

background-color css

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

 a { background-color: rgb(236,232,219); }

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

border-color css

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

 span { border-color: rgb(236,232,219); }

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