Html Css Color HEX #EBE8D9 Narvik

📋 copy color: '#EBE8D9'

red 235 ◦ green 232 ◦ blue 217

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

Shades of Narvik #EBE8D9

Tints of Narvik #EBE8D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.73%

R = 34.36%
G = 33.92%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBE8D9 (or 0xEBE8D9) is known color: Narvik. HEX triplet: EB, E8 and D9. RGB value is (235,232,217). Sum of RGB (Red+Green+Blue) = 235+232+217=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D9 is #141726. Grayscale: #E7E7E7. Windows color (decimal): -1316647 or 14280939. OLE color: 14280939.

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

Color convert

RGB 235 232 217 -
CMYK 0 0.01 0.08 0.08
HSL 50º 0.31% 0.89% -
HSV(B) 50º 0.08% 0.92% -
XYZ 75.64 80.39 77.17 -
YUV 231.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 235 232 217 0 0.01 0.08 0.08 50 0.31 0.89
Hex EB E8 D9 0 1 8 8 32 1F 59
Octal 353 350 331 0 1 10 10 62 37 131
Binary 11101011 11101000 11011001 0 1 1000 1000 110010 11111 1011001

Color Harmonies of #EBE8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8D9

Black with #EBE8D9

Text Example


Text Example

White with #EBE8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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