Html Css Color HEX #ECE7DB Narvik

📋 copy color: '#ECE7DB'

red 236 ◦ green 231 ◦ blue 219

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

Shades of Narvik #ECE7DB

Tints of Narvik #ECE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.67%

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

R = 34.4%
G = 33.67%
B = 31.92%

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

#ECE7DB (or 0xECE7DB) is known color: Narvik. HEX triplet: EC, E7 and DB. RGB value is (236,231,219). Sum of RGB (Red+Green+Blue) = 236+231+219=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7DB is #131824. Grayscale: #E7E7E7. Windows color (decimal): -1251365 or 14411756. OLE color: 14411756.

HSL color Cylindrical-coordinate representation of color #ECE7DB: hue angle of 42.35º 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 #ECE7DB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 231 219 -
CMYK 0 0.02 0.07 0.07
HSL 42.35º 0.31% 0.89% -
HSV(B) 42.35º 0.07% 0.93% -
XYZ 75.95 80.1 78.48 -
YUV 231.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 236 231 219 0 0.02 0.07 0.07 42.35 0.31 0.89
Hex EC E7 DB 0 2 7 7 2A 1F 59
Octal 354 347 333 0 2 7 7 52 37 131
Binary 11101100 11100111 11011011 0 10 111 111 101010 11111 1011001

Color Harmonies of #ECE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE7DB

Black with #ECE7DB

Text Example


Text Example

White with #ECE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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