Html Css Color HEX #ECE8DA Narvik

📋 copy color: '#ECE8DA'

red 236 ◦ green 232 ◦ blue 218

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

Shades of Narvik #ECE8DA

Tints of Narvik #ECE8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.78%

R = 34.4%
G = 33.82%
B = 31.78%

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

#ECE8DA (or 0xECE8DA) is known color: Narvik. HEX triplet: EC, E8 and DA. RGB value is (236,232,218). Sum of RGB (Red+Green+Blue) = 236+232+218=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DA is #131725. Grayscale: #E7E7E7. Windows color (decimal): -1251110 or 14346476. OLE color: 14346476.

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

Color convert

RGB 236 232 218 -
CMYK 0 0.02 0.08 0.07
HSL 46.67º 0.32% 0.89% -
HSV(B) 46.67º 0.08% 0.93% -
XYZ 76.1 80.61 77.88 -
YUV 231.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 236 232 218 0 0.02 0.08 0.07 46.67 0.32 0.89
Hex EC E8 DA 0 2 8 7 2F 20 59
Octal 354 350 332 0 2 10 7 57 40 131
Binary 11101100 11101000 11011010 0 10 1000 111 101111 100000 1011001

Color Harmonies of #ECE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE8DA

Black with #ECE8DA

Text Example


Text Example

White with #ECE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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