Html Css Color HEX #EBE8DF Narvik

📋 copy color: '#EBE8DF'

red 235 ◦ green 232 ◦ blue 223

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

Shades of Narvik #EBE8DF

Tints of Narvik #EBE8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.32%

R = 34.06%
G = 33.62%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBE8DF (or 0xEBE8DF) is known color: Narvik. HEX triplet: EB, E8 and DF. RGB value is (235,232,223). Sum of RGB (Red+Green+Blue) = 235+232+223=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DF is #141720. Grayscale: #E7E7E7. Windows color (decimal): -1316641 or 14674155. OLE color: 14674155.

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

Color convert

RGB 235 232 223 -
CMYK 0 0.01 0.05 0.08
HSL 45º 0.23% 0.9% -
HSV(B) 45º 0.05% 0.92% -
XYZ 76.44 80.7 81.36 -
YUV 231.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 235 232 223 0 0.01 0.05 0.08 45 0.23 0.9
Hex EB E8 DF 0 1 5 8 2D 17 5A
Octal 353 350 337 0 1 5 10 55 27 132
Binary 11101011 11101000 11011111 0 1 101 1000 101101 10111 1011010

Color Harmonies of #EBE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8DF

Black with #EBE8DF

Text Example


Text Example

White with #EBE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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