Html Css Color HEX #EBE8DC Narvik

📋 copy color: '#EBE8DC'

red 235 ◦ green 232 ◦ blue 220

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

Shades of Narvik #EBE8DC

Tints of Narvik #EBE8DC

RGB

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

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

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

R = 34.21%
G = 33.77%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE8DC (or 0xEBE8DC) is known color: Narvik. HEX triplet: EB, E8 and DC. RGB value is (235,232,220). Sum of RGB (Red+Green+Blue) = 235+232+220=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DC is #141723. Grayscale: #E7E7E7. Windows color (decimal): -1316644 or 14477547. OLE color: 14477547.

HSL color Cylindrical-coordinate representation of color #EBE8DC: hue angle of 48º 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 #EBE8DC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 220 -
CMYK 0 0.01 0.06 0.08
HSL 48º 0.27% 0.89% -
HSV(B) 48º 0.06% 0.92% -
XYZ 76.04 80.54 79.25 -
YUV 231.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 235 232 220 0 0.01 0.06 0.08 48 0.27 0.89
Hex EB E8 DC 0 1 6 8 30 1B 59
Octal 353 350 334 0 1 6 10 60 33 131
Binary 11101011 11101000 11011100 0 1 110 1000 110000 11011 1011001

Color Harmonies of #EBE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8DC

Black with #EBE8DC

Text Example


Text Example

White with #EBE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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