Html Css Color HEX #EAE7DB Narvik

📋 copy color: '#EAE7DB'

red 234 ◦ green 231 ◦ blue 219

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

Shades of Narvik #EAE7DB

Tints of Narvik #EAE7DB

RGB

 RED value IS 234 (91.8% from 255) = 34.21%

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

 BLUE value IS 219 (85.94% 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

#EAE7DB (or 0xEAE7DB) is known color: Narvik. HEX triplet: EA, E7 and DB. RGB value is (234,231,219). Sum of RGB (Red+Green+Blue) = 234+231+219=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7DB is #151824. Grayscale: #E6E6E6. Windows color (decimal): -1382437 or 14411754. OLE color: 14411754.

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

Color convert

RGB 234 231 219 -
CMYK 0 0.01 0.06 0.08
HSL 48º 0.26% 0.89% -
HSV(B) 48º 0.06% 0.92% -
XYZ 75.29 79.76 78.44 -
YUV 230.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 234 231 219 0 0.01 0.06 0.08 48 0.26 0.89
Hex EA E7 DB 0 1 6 8 30 1A 59
Octal 352 347 333 0 1 6 10 60 32 131
Binary 11101010 11100111 11011011 0 1 110 1000 110000 11010 1011001

Color Harmonies of #EAE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE7DB

Black with #EAE7DB

Text Example


Text Example

White with #EAE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE7DB; }

 p { color: rgb(234,231,219); }

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

background-color css

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

 a { background-color: rgb(234,231,219); }

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

border-color css

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

 span { border-color: rgb(234,231,219); }

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