Html Css Color HEX #EBE7DC Narvik

📋 copy color: '#EBE7DC'

red 235 ◦ green 231 ◦ blue 220

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

Shades of Narvik #EBE7DC

Tints of Narvik #EBE7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 34.26%
G = 33.67%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE7DC (or 0xEBE7DC) is known color: Narvik. HEX triplet: EB, E7 and DC. RGB value is (235,231,220). Sum of RGB (Red+Green+Blue) = 235+231+220=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7DC is #141823. Grayscale: #E6E6E6. Windows color (decimal): -1316900 or 14477291. OLE color: 14477291.

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

Color convert

RGB 235 231 220 -
CMYK 0 0.02 0.06 0.08
HSL 44º 0.27% 0.89% -
HSV(B) 44º 0.06% 0.92% -
XYZ 75.76 79.98 79.16 -
YUV 230.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 235 231 220 0 0.02 0.06 0.08 44 0.27 0.89
Hex EB E7 DC 0 2 6 8 2C 1B 59
Octal 353 347 334 0 2 6 10 54 33 131
Binary 11101011 11100111 11011100 0 10 110 1000 101100 11011 1011001

Color Harmonies of #EBE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7DC

Black with #EBE7DC

Text Example


Text Example

White with #EBE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7DC; }

 p { color: rgb(235,231,220); }

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

background-color css

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

 a { background-color: rgb(235,231,220); }

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

border-color css

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

 span { border-color: rgb(235,231,220); }

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