Html Css Color HEX #EBE3E7 Amour

📋 copy color: '#EBE3E7'

red 235 ◦ green 227 ◦ blue 231

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

Shades of Amour #EBE3E7

Tints of Amour #EBE3E7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.76%

 BLUE value IS 231 (90.63% from 255) = 33.33%

R = 33.91%
G = 32.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBE3E7 (or 0xEBE3E7) is known color: Amour. HEX triplet: EB, E3 and E7. RGB value is (235,227,231). Sum of RGB (Red+Green+Blue) = 235+227+231=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3E7 is #141C18. Grayscale: #E5E5E5. Windows color (decimal): -1317913 or 15197163. OLE color: 15197163.

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

Color convert

RGB 235 227 231 -
CMYK 0 0.03 0.02 0.08
HSL 330º 0.17% 0.91% -
HSV(B) 330º 0.03% 0.92% -
XYZ 76.15 78.37 86.71 -
YUV 229.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 235 227 231 0 0.03 0.02 0.08 330 0.17 0.91
Hex EB E3 E7 0 3 2 8 14A 11 5B
Octal 353 343 347 0 3 2 10 512 21 133
Binary 11101011 11100011 11100111 0 11 10 1000 101001010 10001 1011011

Color Harmonies of #EBE3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3E7

Black with #EBE3E7

Text Example


Text Example

White with #EBE3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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