Html Css Color HEX #EBE8DB Narvik

📋 copy color: '#EBE8DB'

red 235 ◦ green 232 ◦ blue 219

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

Shades of Narvik #EBE8DB

Tints of Narvik #EBE8DB

RGB

 RED value IS 235 (92.19% from 255) = 34.26%

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

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

R = 34.26%
G = 33.82%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBE8DB (or 0xEBE8DB) is known color: Narvik. HEX triplet: EB, E8 and DB. RGB value is (235,232,219). Sum of RGB (Red+Green+Blue) = 235+232+219=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DB is #141724. Grayscale: #E7E7E7. Windows color (decimal): -1316645 or 14412011. OLE color: 14412011.

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

Color convert

RGB 235 232 219 -
CMYK 0 0.01 0.07 0.08
HSL 48.75º 0.29% 0.89% -
HSV(B) 48.75º 0.07% 0.92% -
XYZ 75.9 80.49 78.55 -
YUV 231.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 235 232 219 0 0.01 0.07 0.08 48.75 0.29 0.89
Hex EB E8 DB 0 1 7 8 31 1D 59
Octal 353 350 333 0 1 7 10 61 35 131
Binary 11101011 11101000 11011011 0 1 111 1000 110001 11101 1011001

Color Harmonies of #EBE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8DB

Black with #EBE8DB

Text Example


Text Example

White with #EBE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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