Html Css Color HEX #EBE7D8 Narvik

📋 copy color: '#EBE7D8'

red 235 ◦ green 231 ◦ blue 216

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

Shades of Narvik #EBE7D8

Tints of Narvik #EBE7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.67%

R = 34.46%
G = 33.87%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBE7D8 (or 0xEBE7D8) is known color: Narvik. HEX triplet: EB, E7 and D8. RGB value is (235,231,216). Sum of RGB (Red+Green+Blue) = 235+231+216=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7D8 is #141827. Grayscale: #E6E6E6. Windows color (decimal): -1316904 or 14215147. OLE color: 14215147.

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

Color convert

RGB 235 231 216 -
CMYK 0 0.02 0.08 0.08
HSL 47.37º 0.32% 0.88% -
HSV(B) 47.37º 0.08% 0.92% -
XYZ 75.23 79.77 76.4 -
YUV 230.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 235 231 216 0 0.02 0.08 0.08 47.37 0.32 0.88
Hex EB E7 D8 0 2 8 8 2F 20 58
Octal 353 347 330 0 2 10 10 57 40 130
Binary 11101011 11100111 11011000 0 10 1000 1000 101111 100000 1011000

Color Harmonies of #EBE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7D8

Black with #EBE7D8

Text Example


Text Example

White with #EBE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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